Html Css Color HEX #CCB0AF Cold Turkey

📋 copy color: '#CCB0AF'

red 204 ◦ green 176 ◦ blue 175

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

Shades of Cold Turkey #CCB0AF

Tints of Cold Turkey #CCB0AF

RGB

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

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

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

R = 36.76%
G = 31.71%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCB0AF (or 0xCCB0AF) is known color: Cold Turkey. HEX triplet: CC, B0 and AF. RGB value is (204,176,175). Sum of RGB (Red+Green+Blue) = 204+176+175=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB0AF is #334F50. Grayscale: #B8B8B8. Windows color (decimal): -3362641 or 11514060. OLE color: 11514060.

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

Color convert

RGB 204 176 175 -
CMYK 0 0.14 0.14 0.2
HSL 2.07º 0.22% 0.74% -
HSV(B) 2.07º 0.14% 0.8% -
XYZ 48.17 46.98 47.09 -
YUV 184.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 204 176 175 0 0.14 0.14 0.2 2.07 0.22 0.74
Hex CC B0 AF 0 E E 14 2 16 4A
Octal 314 260 257 0 16 16 24 2 26 112
Binary 11001100 10110000 10101111 0 1110 1110 10100 10 10110 1001010

Color Harmonies of #CCB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0AF

Black with #CCB0AF

Text Example


Text Example

White with #CCB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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