Html Css Color HEX #CCB0AC Cold Turkey

📋 copy color: '#CCB0AC'

red 204 ◦ green 176 ◦ blue 172

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

Shades of Cold Turkey #CCB0AC

Tints of Cold Turkey #CCB0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.16%

R = 36.96%
G = 31.88%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCB0AC (or 0xCCB0AC) is known color: Cold Turkey. HEX triplet: CC, B0 and AC. RGB value is (204,176,172). Sum of RGB (Red+Green+Blue) = 204+176+172=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB0AC is #334F53. Grayscale: #B7B7B7. Windows color (decimal): -3362644 or 11317452. OLE color: 11317452.

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

Color convert

RGB 204 176 172 -
CMYK 0 0.14 0.16 0.2
HSL 7.5º 0.24% 0.74% -
HSV(B) 7.5º 0.16% 0.8% -
XYZ 47.87 46.87 45.55 -
YUV 183.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 204 176 172 0 0.14 0.16 0.2 7.5 0.24 0.74
Hex CC B0 AC 0 E 10 14 8 18 4A
Octal 314 260 254 0 16 20 24 10 30 112
Binary 11001100 10110000 10101100 0 1110 10000 10100 1000 11000 1001010

Color Harmonies of #CCB0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0AC

Black with #CCB0AC

Text Example


Text Example

White with #CCB0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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