Html Css Color HEX #CCB0AD Cold Turkey

📋 copy color: '#CCB0AD'

red 204 ◦ green 176 ◦ blue 173

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

Shades of Cold Turkey #CCB0AD

Tints of Cold Turkey #CCB0AD

RGB

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

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

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

R = 36.89%
G = 31.83%
B = 31.28%

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

#CCB0AD (or 0xCCB0AD) is known color: Cold Turkey. HEX triplet: CC, B0 and AD. RGB value is (204,176,173). Sum of RGB (Red+Green+Blue) = 204+176+173=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB0AD is #334F52. Grayscale: #B8B8B8. Windows color (decimal): -3362643 or 11382988. OLE color: 11382988.

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

Color convert

RGB 204 176 173 -
CMYK 0 0.14 0.15 0.2
HSL 5.81º 0.23% 0.74% -
HSV(B) 5.81º 0.15% 0.8% -
XYZ 47.97 46.91 46.06 -
YUV 184.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 204 176 173 0 0.14 0.15 0.2 5.81 0.23 0.74
Hex CC B0 AD 0 E F 14 6 17 4A
Octal 314 260 255 0 16 17 24 6 27 112
Binary 11001100 10110000 10101101 0 1110 1111 10100 110 10111 1001010

Color Harmonies of #CCB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0AD

Black with #CCB0AD

Text Example


Text Example

White with #CCB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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