Html Css Color HEX #CBB2AD Cold Turkey

📋 copy color: '#CBB2AD'

red 203 ◦ green 178 ◦ blue 173

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

Shades of Cold Turkey #CBB2AD

Tints of Cold Turkey #CBB2AD

RGB

 RED value IS 203 (79.69% from 255) = 36.64%

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

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

R = 36.64%
G = 32.13%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CBB2AD (or 0xCBB2AD) is known color: Cold Turkey. HEX triplet: CB, B2 and AD. RGB value is (203,178,173). Sum of RGB (Red+Green+Blue) = 203+178+173=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB2AD is #344D52. Grayscale: #B8B8B8. Windows color (decimal): -3427667 or 11383499. OLE color: 11383499.

HSL color Cylindrical-coordinate representation of color #CBB2AD: hue angle of 10º degrees, saturation: 0.22, 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 #CBB2AD is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 178 173 -
CMYK 0 0.12 0.15 0.20
HSL 10º 0.22% 0.74% -
HSV(B) 10º 0.15% 0.8% -
XYZ 48.09 47.55 46.18 -
YUV 184.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 203 178 173 0 0.12 0.15 0.20 10 0.22 0.74
Hex CB B2 AD 0 C F 14 A 16 4A
Octal 313 262 255 0 14 17 24 12 26 112
Binary 11001011 10110010 10101101 0 1100 1111 10100 1010 10110 1001010

Color Harmonies of #CBB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB2AD

Black with #CBB2AD

Text Example


Text Example

White with #CBB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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