Html Css Color HEX #CCB1AD Cold Turkey

📋 copy color: '#CCB1AD'

red 204 ◦ green 177 ◦ blue 173

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

Shades of Cold Turkey #CCB1AD

Tints of Cold Turkey #CCB1AD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.95%

 BLUE value IS 173 (67.97% from 255) = 31.23%

R = 36.82%
G = 31.95%
B = 31.23%

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

#CCB1AD (or 0xCCB1AD) is known color: Cold Turkey. HEX triplet: CC, B1 and AD. RGB value is (204,177,173). Sum of RGB (Red+Green+Blue) = 204+177+173=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB1AD is #334E52. Grayscale: #B8B8B8. Windows color (decimal): -3362387 or 11383244. OLE color: 11383244.

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

Color convert

RGB 204 177 173 -
CMYK 0 0.13 0.15 0.2
HSL 7.74º 0.23% 0.74% -
HSV(B) 7.74º 0.15% 0.8% -
XYZ 48.17 47.3 46.13 -
YUV 184.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 204 177 173 0 0.13 0.15 0.2 7.74 0.23 0.74
Hex CC B1 AD 0 D F 14 8 17 4A
Octal 314 261 255 0 15 17 24 10 27 112
Binary 11001100 10110001 10101101 0 1101 1111 10100 1000 10111 1001010

Color Harmonies of #CCB1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB1AD

Black with #CCB1AD

Text Example


Text Example

White with #CCB1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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