Html Css Color HEX #CCBB6A Tacha

📋 copy color: '#CCBB6A'

red 204 ◦ green 187 ◦ blue 106

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

Shades of Tacha #CCBB6A

Tints of Tacha #CCBB6A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.63%

 BLUE value IS 106 (41.8% from 255) = 21.33%

R = 41.05%
G = 37.63%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CCBB6A (or 0xCCBB6A) is known color: Tacha. HEX triplet: CC, BB and 6A. RGB value is (204,187,106). Sum of RGB (Red+Green+Blue) = 204+187+106=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB6A is #334495. Grayscale: #B7B7B7. Windows color (decimal): -3359894 or 6994892. OLE color: 6994892.

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

Color convert

RGB 204 187 106 -
CMYK 0 0.08 0.48 0.2
HSL 49.59º 0.49% 0.61% -
HSV(B) 49.59º 0.48% 0.8% -
XYZ 45.27 49.42 20.79 -
YUV 182.85 84.63 143.09 -
System Red Green Blue C M Y K H S L
Decimal 204 187 106 0 0.08 0.48 0.2 49.59 0.49 0.61
Hex CC BB 6A 0 8 30 14 32 31 3D
Octal 314 273 152 0 10 60 24 62 61 75
Binary 11001100 10111011 1101010 0 1000 110000 10100 110010 110001 111101

Color Harmonies of #CCBB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB6A

Black with #CCBB6A

Text Example


Text Example

White with #CCBB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB6A; }

 p { color: rgb(204,187,106); }

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

background-color css

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

 a { background-color: rgb(204,187,106); }

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

border-color css

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

 span { border-color: rgb(204,187,106); }

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