Html Css Color HEX #CFAB7E Calico

📋 copy color: '#CFAB7E'

red 207 ◦ green 171 ◦ blue 126

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

Shades of Calico #CFAB7E

Tints of Calico #CFAB7E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.93%

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

R = 41.07%
G = 33.93%
B = 25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CFAB7E (or 0xCFAB7E) is known color: Calico. HEX triplet: CF, AB and 7E. RGB value is (207,171,126). Sum of RGB (Red+Green+Blue) = 207+171+126=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB7E is #305481. Grayscale: #B0B0B0. Windows color (decimal): -3167362 or 8301519. OLE color: 8301519.

HSL color Cylindrical-coordinate representation of color #CFAB7E: hue angle of 33.33º 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 #CFAB7E is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 171 126 -
CMYK 0 0.17 0.39 0.19
HSL 33.33º 0.46% 0.65% -
HSV(B) 33.33º 0.39% 0.81% -
XYZ 44.06 43.9 25.89 -
YUV 176.63 99.43 149.66 -
System Red Green Blue C M Y K H S L
Decimal 207 171 126 0 0.17 0.39 0.19 33.33 0.46 0.65
Hex CF AB 7E 0 11 27 13 21 2E 41
Octal 317 253 176 0 21 47 23 41 56 101
Binary 11001111 10101011 1111110 0 10001 100111 10011 100001 101110 1000001

Color Harmonies of #CFAB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB7E

Black with #CFAB7E

Text Example


Text Example

White with #CFAB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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