Html Css Color HEX #CCB4AF Cold Turkey

📋 copy color: '#CCB4AF'

red 204 ◦ green 180 ◦ blue 175

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

Shades of Cold Turkey #CCB4AF

Tints of Cold Turkey #CCB4AF

RGB

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

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

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

R = 36.49%
G = 32.2%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCB4AF (or 0xCCB4AF) is known color: Cold Turkey. HEX triplet: CC, B4 and AF. RGB value is (204,180,175). Sum of RGB (Red+Green+Blue) = 204+180+175=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB4AF is #334B50. Grayscale: #BABABA. Windows color (decimal): -3361617 or 11515084. OLE color: 11515084.

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

Color convert

RGB 204 180 175 -
CMYK 0 0.12 0.14 0.2
HSL 10.34º 0.22% 0.74% -
HSV(B) 10.34º 0.14% 0.8% -
XYZ 48.96 48.58 47.35 -
YUV 186.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 204 180 175 0 0.12 0.14 0.2 10.34 0.22 0.74
Hex CC B4 AF 0 C E 14 A 16 4A
Octal 314 264 257 0 14 16 24 12 26 112
Binary 11001100 10110100 10101111 0 1100 1110 10100 1010 10110 1001010

Color Harmonies of #CCB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB4AF

Black with #CCB4AF

Text Example


Text Example

White with #CCB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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