Html Css Color HEX #CCB664 Tacha

📋 copy color: '#CCB664'

red 204 ◦ green 182 ◦ blue 100

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

Shades of Tacha #CCB664

Tints of Tacha #CCB664

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.45%

 BLUE value IS 100 (39.45% from 255) = 20.58%

R = 41.98%
G = 37.45%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCB664 (or 0xCCB664) is known color: Tacha. HEX triplet: CC, B6 and 64. RGB value is (204,182,100). Sum of RGB (Red+Green+Blue) = 204+182+100=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB664 is #33499B. Grayscale: #B3B3B3. Windows color (decimal): -3361180 or 6600396. OLE color: 6600396.

HSL color Cylindrical-coordinate representation of color #CCB664: hue angle of 47.31º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCB664 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 100 -
CMYK 0 0.11 0.51 0.2
HSL 47.31º 0.5% 0.6% -
HSV(B) 47.31º 0.51% 0.8% -
XYZ 43.93 47.21 18.85 -
YUV 179.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 204 182 100 0 0.11 0.51 0.2 47.31 0.5 0.6
Hex CC B6 64 0 B 33 14 2F 32 3C
Octal 314 266 144 0 13 63 24 57 62 74
Binary 11001100 10110110 1100100 0 1011 110011 10100 101111 110010 111100

Color Harmonies of #CCB664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB664

Black with #CCB664

Text Example


Text Example

White with #CCB664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB664; }

 p { color: rgb(204,182,100); }

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

background-color css

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

 a { background-color: rgb(204,182,100); }

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

border-color css

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

 span { border-color: rgb(204,182,100); }

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