Html Css Color HEX #CCB2AE Cold Turkey

📋 copy color: '#CCB2AE'

red 204 ◦ green 178 ◦ blue 174

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

Shades of Cold Turkey #CCB2AE

Tints of Cold Turkey #CCB2AE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.01%

 BLUE value IS 174 (68.36% from 255) = 31.29%

R = 36.69%
G = 32.01%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CCB2AE (or 0xCCB2AE) is known color: Cold Turkey. HEX triplet: CC, B2 and AE. RGB value is (204,178,174). Sum of RGB (Red+Green+Blue) = 204+178+174=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB2AE is #334D51. Grayscale: #B9B9B9. Windows color (decimal): -3362130 or 11449036. OLE color: 11449036.

HSL color Cylindrical-coordinate representation of color #CCB2AE: hue angle of 8º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCB2AE is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 174 -
CMYK 0 0.13 0.15 0.2
HSL 0.23% 0.74% -
HSV(B) 0.15% 0.8% -
XYZ 48.46 47.73 46.7 -
YUV 185.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 204 178 174 0 0.13 0.15 0.2 8 0.23 0.74
Hex CC B2 AE 0 D F 14 8 17 4A
Octal 314 262 256 0 15 17 24 10 27 112
Binary 11001100 10110010 10101110 0 1101 1111 10100 1000 10111 1001010

Color Harmonies of #CCB2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2AE

Black with #CCB2AE

Text Example


Text Example

White with #CCB2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2AE; }

 p { color: rgb(204,178,174); }

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

background-color css

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

 a { background-color: rgb(204,178,174); }

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

border-color css

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

 span { border-color: rgb(204,178,174); }

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