Html Css Color HEX #CCB0AE Cold Turkey

📋 copy color: '#CCB0AE'

red 204 ◦ green 176 ◦ blue 174

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

Shades of Cold Turkey #CCB0AE

Tints of Cold Turkey #CCB0AE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.77%

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

R = 36.82%
G = 31.77%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CCB0AE (or 0xCCB0AE) is known color: Cold Turkey. HEX triplet: CC, B0 and AE. RGB value is (204,176,174). Sum of RGB (Red+Green+Blue) = 204+176+174=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB0AE is #334F51. Grayscale: #B8B8B8. Windows color (decimal): -3362642 or 11448524. OLE color: 11448524.

HSL color Cylindrical-coordinate representation of color #CCB0AE: hue angle of 4º 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 #CCB0AE is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 174 -
CMYK 0 0.14 0.15 0.2
HSL 0.23% 0.74% -
HSV(B) 0.15% 0.8% -
XYZ 48.07 46.94 46.57 -
YUV 184.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 204 176 174 0 0.14 0.15 0.2 4 0.23 0.74
Hex CC B0 AE 0 E F 14 4 17 4A
Octal 314 260 256 0 16 17 24 4 27 112
Binary 11001100 10110000 10101110 0 1110 1111 10100 100 10111 1001010

Color Harmonies of #CCB0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0AE

Black with #CCB0AE

Text Example


Text Example

White with #CCB0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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