Html Css Color HEX #CAB0AD Cold Turkey

📋 copy color: '#CAB0AD'

red 202 ◦ green 176 ◦ blue 173

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

Shades of Cold Turkey #CAB0AD

Tints of Cold Turkey #CAB0AD

RGB

 RED value IS 202 (79.3% from 255) = 36.66%

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

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

R = 36.66%
G = 31.94%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CAB0AD (or 0xCAB0AD) is known color: Cold Turkey. HEX triplet: CA, B0 and AD. RGB value is (202,176,173). Sum of RGB (Red+Green+Blue) = 202+176+173=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB0AD is #354F52. Grayscale: #B7B7B7. Windows color (decimal): -3493715 or 11382986. OLE color: 11382986.

HSL color Cylindrical-coordinate representation of color #CAB0AD: hue angle of 6.21º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB0AD is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 176 173 -
CMYK 0 0.13 0.14 0.21
HSL 6.21º 0.21% 0.74% -
HSV(B) 6.21º 0.14% 0.79% -
XYZ 47.43 46.62 46.03 -
YUV 183.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 202 176 173 0 0.13 0.14 0.21 6.21 0.21 0.74
Hex CA B0 AD 0 D E 15 6 15 4A
Octal 312 260 255 0 15 16 25 6 25 112
Binary 11001010 10110000 10101101 0 1101 1110 10101 110 10101 1001010

Color Harmonies of #CAB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0AD

Black with #CAB0AD

Text Example


Text Example

White with #CAB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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