Html Css Color HEX #CCB6B1 Cold Turkey

📋 copy color: '#CCB6B1'

red 204 ◦ green 182 ◦ blue 177

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

Shades of Cold Turkey #CCB6B1

Tints of Cold Turkey #CCB6B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.44%

R = 36.23%
G = 32.33%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CCB6B1 (or 0xCCB6B1) is known color: Cold Turkey. HEX triplet: CC, B6 and B1. RGB value is (204,182,177). Sum of RGB (Red+Green+Blue) = 204+182+177=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB6B1 is #33494E. Grayscale: #BCBCBC. Windows color (decimal): -3361103 or 11646668. OLE color: 11646668.

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

Color convert

RGB 204 182 177 -
CMYK 0 0.11 0.13 0.2
HSL 11.11º 0.21% 0.75% -
HSV(B) 11.11º 0.13% 0.8% -
XYZ 49.57 49.47 48.53 -
YUV 188.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 204 182 177 0 0.11 0.13 0.2 11.11 0.21 0.75
Hex CC B6 B1 0 B D 14 B 15 4B
Octal 314 266 261 0 13 15 24 13 25 113
Binary 11001100 10110110 10110001 0 1011 1101 10100 1011 10101 1001011

Color Harmonies of #CCB6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6B1

Black with #CCB6B1

Text Example


Text Example

White with #CCB6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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