Html Css Color HEX #CCAEAD Cold Turkey

📋 copy color: '#CCAEAD'

red 204 ◦ green 174 ◦ blue 173

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

Shades of Cold Turkey #CCAEAD

Tints of Cold Turkey #CCAEAD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.58%

 BLUE value IS 173 (67.97% from 255) = 31.4%

R = 37.02%
G = 31.58%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CCAEAD (or 0xCCAEAD) is known color: Cold Turkey. HEX triplet: CC, AE and AD. RGB value is (204,174,173). Sum of RGB (Red+Green+Blue) = 204+174+173=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAEAD is #335152. Grayscale: #B6B6B6. Windows color (decimal): -3363155 or 11382476. OLE color: 11382476.

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

Color convert

RGB 204 174 173 -
CMYK 0 0.15 0.15 0.2
HSL 1.94º 0.23% 0.74% -
HSV(B) 1.94º 0.15% 0.8% -
XYZ 47.58 46.13 45.93 -
YUV 182.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 204 174 173 0 0.15 0.15 0.2 1.94 0.23 0.74
Hex CC AE AD 0 F F 14 2 17 4A
Octal 314 256 255 0 17 17 24 2 27 112
Binary 11001100 10101110 10101101 0 1111 1111 10100 10 10111 1001010

Color Harmonies of #CCAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEAD

Black with #CCAEAD

Text Example


Text Example

White with #CCAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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