Html Css Color HEX #CCB3AF Cold Turkey

📋 copy color: '#CCB3AF'

red 204 ◦ green 179 ◦ blue 175

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

Shades of Cold Turkey #CCB3AF

Tints of Cold Turkey #CCB3AF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.08%

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

R = 36.56%
G = 32.08%
B = 31.36%

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

#CCB3AF (or 0xCCB3AF) is known color: Cold Turkey. HEX triplet: CC, B3 and AF. RGB value is (204,179,175). Sum of RGB (Red+Green+Blue) = 204+179+175=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB3AF is #334C50. Grayscale: #BABABA. Windows color (decimal): -3361873 or 11514828. OLE color: 11514828.

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

Color convert

RGB 204 179 175 -
CMYK 0 0.12 0.14 0.2
HSL 8.28º 0.22% 0.74% -
HSV(B) 8.28º 0.14% 0.8% -
XYZ 48.76 48.17 47.29 -
YUV 186.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 204 179 175 0 0.12 0.14 0.2 8.28 0.22 0.74
Hex CC B3 AF 0 C E 14 8 16 4A
Octal 314 263 257 0 14 16 24 10 26 112
Binary 11001100 10110011 10101111 0 1100 1110 10100 1000 10110 1001010

Color Harmonies of #CCB3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB3AF

Black with #CCB3AF

Text Example


Text Example

White with #CCB3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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