Html Css Color HEX #CFAD7E Calico

📋 copy color: '#CFAD7E'

red 207 ◦ green 173 ◦ blue 126

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

Shades of Calico #CFAD7E

Tints of Calico #CFAD7E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.19%

 BLUE value IS 126 (49.61% from 255) = 24.9%

R = 40.91%
G = 34.19%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CFAD7E (or 0xCFAD7E) is known color: Calico. HEX triplet: CF, AD and 7E. RGB value is (207,173,126). Sum of RGB (Red+Green+Blue) = 207+173+126=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD7E is #305281. Grayscale: #B2B2B2. Windows color (decimal): -3166850 or 8302031. OLE color: 8302031.

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

Color convert

RGB 207 173 126 -
CMYK 0 0.16 0.39 0.19
HSL 34.81º 0.46% 0.65% -
HSV(B) 34.81º 0.39% 0.81% -
XYZ 44.44 44.66 26.02 -
YUV 177.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 207 173 126 0 0.16 0.39 0.19 34.81 0.46 0.65
Hex CF AD 7E 0 10 27 13 23 2E 41
Octal 317 255 176 0 20 47 23 43 56 101
Binary 11001111 10101101 1111110 0 10000 100111 10011 100011 101110 1000001

Color Harmonies of #CFAD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD7E

Black with #CFAD7E

Text Example


Text Example

White with #CFAD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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