Html Css Color HEX #CCB4AE Cold Turkey

📋 copy color: '#CCB4AE'

red 204 ◦ green 180 ◦ blue 174

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

Shades of Cold Turkey #CCB4AE

Tints of Cold Turkey #CCB4AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.18%

R = 36.56%
G = 32.26%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CCB4AE (or 0xCCB4AE) is known color: Cold Turkey. HEX triplet: CC, B4 and AE. RGB value is (204,180,174). Sum of RGB (Red+Green+Blue) = 204+180+174=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB4AE is #334B51. Grayscale: #BABABA. Windows color (decimal): -3361618 or 11449548. OLE color: 11449548.

HSL color Cylindrical-coordinate representation of color #CCB4AE: hue angle of 12º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCB4AE is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 180 174 -
CMYK 0 0.12 0.15 0.2
HSL 12º 0.23% 0.74% -
HSV(B) 12º 0.15% 0.8% -
XYZ 48.86 48.54 46.84 -
YUV 186.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 204 180 174 0 0.12 0.15 0.2 12 0.23 0.74
Hex CC B4 AE 0 C F 14 C 17 4A
Octal 314 264 256 0 14 17 24 14 27 112
Binary 11001100 10110100 10101110 0 1100 1111 10100 1100 10111 1001010

Color Harmonies of #CCB4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB4AE

Black with #CCB4AE

Text Example


Text Example

White with #CCB4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB4AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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