Html Css Color HEX #CFAEAD Cold Turkey

📋 copy color: '#CFAEAD'

red 207 ◦ green 174 ◦ blue 173

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

Shades of Cold Turkey #CFAEAD

Tints of Cold Turkey #CFAEAD

RGB

 RED value IS 207 (81.25% from 255) = 37.36%

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

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

R = 37.36%
G = 31.41%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CFAEAD (or 0xCFAEAD) is known color: Cold Turkey. HEX triplet: CF, AE and AD. RGB value is (207,174,173). Sum of RGB (Red+Green+Blue) = 207+174+173=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAEAD is #305152. Grayscale: #B7B7B7. Windows color (decimal): -3166547 or 11382479. OLE color: 11382479.

HSL color Cylindrical-coordinate representation of color #CFAEAD: hue angle of 1.76º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFAEAD is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 174 173 -
CMYK 0 0.16 0.16 0.19
HSL 1.76º 0.26% 0.75% -
HSV(B) 1.76º 0.16% 0.81% -
XYZ 48.41 46.55 45.97 -
YUV 183.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 207 174 173 0 0.16 0.16 0.19 1.76 0.26 0.75
Hex CF AE AD 0 10 10 13 2 1A 4B
Octal 317 256 255 0 20 20 23 2 32 113
Binary 11001111 10101110 10101101 0 10000 10000 10011 10 11010 1001011

Color Harmonies of #CFAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAEAD

Black with #CFAEAD

Text Example


Text Example

White with #CFAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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