Html Css Color HEX #CCBCB9 Cold Turkey

📋 copy color: '#CCBCB9'

red 204 ◦ green 188 ◦ blue 185

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

Shades of Cold Turkey #CCBCB9

Tints of Cold Turkey #CCBCB9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.58%

 BLUE value IS 185 (72.66% from 255) = 32.06%

R = 35.36%
G = 32.58%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCBCB9 (or 0xCCBCB9) is known color: Cold Turkey. HEX triplet: CC, BC and B9. RGB value is (204,188,185). Sum of RGB (Red+Green+Blue) = 204+188+185=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCB9 is #334346. Grayscale: #C0C0C0. Windows color (decimal): -3359559 or 12172492. OLE color: 12172492.

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

Color convert

RGB 204 188 185 -
CMYK 0 0.08 0.09 0.2
HSL 9.47º 0.16% 0.76% -
HSV(B) 9.47º 0.09% 0.8% -
XYZ 51.64 52.31 53.27 -
YUV 192.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 204 188 185 0 0.08 0.09 0.2 9.47 0.16 0.76
Hex CC BC B9 0 8 9 14 9 10 4C
Octal 314 274 271 0 10 11 24 11 20 114
Binary 11001100 10111100 10111001 0 1000 1001 10100 1001 10000 1001100

Color Harmonies of #CCBCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBCB9

Black with #CCBCB9

Text Example


Text Example

White with #CCBCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBCB9; }

 p { color: rgb(204,188,185); }

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

background-color css

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

 a { background-color: rgb(204,188,185); }

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

border-color css

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

 span { border-color: rgb(204,188,185); }

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