Html Css Color HEX #CCB2AD Cold Turkey

📋 copy color: '#CCB2AD'

red 204 ◦ green 178 ◦ blue 173

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

Shades of Cold Turkey #CCB2AD

Tints of Cold Turkey #CCB2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.07%

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

R = 36.76%
G = 32.07%
B = 31.17%

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

#CCB2AD (or 0xCCB2AD) is known color: Cold Turkey. HEX triplet: CC, B2 and AD. RGB value is (204,178,173). Sum of RGB (Red+Green+Blue) = 204+178+173=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB2AD is #334D52. Grayscale: #B9B9B9. Windows color (decimal): -3362131 or 11383500. OLE color: 11383500.

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

Color convert

RGB 204 178 173 -
CMYK 0 0.13 0.15 0.2
HSL 9.68º 0.23% 0.74% -
HSV(B) 9.68º 0.15% 0.8% -
XYZ 48.37 47.7 46.19 -
YUV 185.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 204 178 173 0 0.13 0.15 0.2 9.68 0.23 0.74
Hex CC B2 AD 0 D F 14 A 17 4A
Octal 314 262 255 0 15 17 24 12 27 112
Binary 11001100 10110010 10101101 0 1101 1111 10100 1010 10111 1001010

Color Harmonies of #CCB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2AD

Black with #CCB2AD

Text Example


Text Example

White with #CCB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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