Html Css Color HEX #CCBC70 Tacha

📋 copy color: '#CCBC70'

red 204 ◦ green 188 ◦ blue 112

#CCBC70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #CCBC70

Tints of Tacha #CCBC70

RGB

 RED value IS 204 (80.08% from 255) = 40.48%

 GREEN value IS 188 (73.83% from 255) = 37.3%

 BLUE value IS 112 (44.14% from 255) = 22.22%

R = 40.48%
G = 37.3%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCBC70 (or 0xCCBC70) is known color: Tacha. HEX triplet: CC, BC and 70. RGB value is (204,188,112). Sum of RGB (Red+Green+Blue) = 204+188+112=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC70 is #33438F. Grayscale: #B8B8B8. Windows color (decimal): -3359632 or 7388364. OLE color: 7388364.

HSL color Cylindrical-coordinate representation of color #CCBC70: hue angle of 49.57º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCBC70 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 112 -
CMYK 0 0.08 0.45 0.2
HSL 49.57º 0.47% 0.62% -
HSV(B) 49.57º 0.45% 0.8% -
XYZ 45.81 49.97 22.56 -
YUV 184.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 204 188 112 0 0.08 0.45 0.2 49.57 0.47 0.62
Hex CC BC 70 0 8 2D 14 32 2F 3E
Octal 314 274 160 0 10 55 24 62 57 76
Binary 11001100 10111100 1110000 0 1000 101101 10100 110010 101111 111110

Color Harmonies of #CCBC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC70

Black with #CCBC70

Text Example


Text Example

White with #CCBC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC70; }

 p { color: rgb(204,188,112); }

 H1.HeaderClassName
 {
   color: #CCBC70;
 }
 .AnyTagClassName
 {
   color: #CCBC70;
 }
</style>

background-color css

<style>
 a { background-color: #CCBC70; }

 a { background-color: rgb(204,188,112); }

 div.DivClassName
 {
   background-color: #CCBC70;
 }
 .BgClassName
 {
   background-color: #CCBC70;
 }
</style>

border-color css

<style>
 span { border-color: #CCBC70; }

 span { border-color: rgb(204,188,112); }

 td.TdClassName
 {
   border-color: #CCBC70;
 }
 .TagClassName
 {
   border-color: #CCBC70;
 }
</style>