Html Css Color HEX #CBB4AF Cold Turkey

📋 copy color: '#CBB4AF'

red 203 ◦ green 180 ◦ blue 175

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

Shades of Cold Turkey #CBB4AF

Tints of Cold Turkey #CBB4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.26%

 BLUE value IS 175 (68.75% from 255) = 31.36%

R = 36.38%
G = 32.26%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CBB4AF (or 0xCBB4AF) is known color: Cold Turkey. HEX triplet: CB, B4 and AF. RGB value is (203,180,175). Sum of RGB (Red+Green+Blue) = 203+180+175=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB4AF is #344B50. Grayscale: #BABABA. Windows color (decimal): -3427153 or 11515083. OLE color: 11515083.

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

Color convert

RGB 203 180 175 -
CMYK 0 0.11 0.14 0.20
HSL 10.71º 0.21% 0.74% -
HSV(B) 10.71º 0.14% 0.8% -
XYZ 48.69 48.43 47.34 -
YUV 186.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 203 180 175 0 0.11 0.14 0.20 10.71 0.21 0.74
Hex CB B4 AF 0 B E 14 B 15 4A
Octal 313 264 257 0 13 16 24 13 25 112
Binary 11001011 10110100 10101111 0 1011 1110 10100 1011 10101 1001010

Color Harmonies of #CBB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB4AF

Black with #CBB4AF

Text Example


Text Example

White with #CBB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB4AF; }

 p { color: rgb(203,180,175); }

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

background-color css

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

 a { background-color: rgb(203,180,175); }

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

border-color css

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

 span { border-color: rgb(203,180,175); }

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