Html Css Color HEX #CFAB83 Calico

📋 copy color: '#CFAB83'

red 207 ◦ green 171 ◦ blue 131

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

Shades of Calico #CFAB83

Tints of Calico #CFAB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.74%

R = 40.67%
G = 33.6%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CFAB83 (or 0xCFAB83) is known color: Calico. HEX triplet: CF, AB and 83. RGB value is (207,171,131). Sum of RGB (Red+Green+Blue) = 207+171+131=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB83 is #30547C. Grayscale: #B1B1B1. Windows color (decimal): -3167357 or 8629199. OLE color: 8629199.

HSL color Cylindrical-coordinate representation of color #CFAB83: hue angle of 31.58º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFAB83 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 171 131 -
CMYK 0 0.17 0.37 0.19
HSL 31.58º 0.44% 0.66% -
HSV(B) 31.58º 0.37% 0.81% -
XYZ 44.39 44.03 27.63 -
YUV 177.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 207 171 131 0 0.17 0.37 0.19 31.58 0.44 0.66
Hex CF AB 83 0 11 25 13 20 2C 42
Octal 317 253 203 0 21 45 23 40 54 102
Binary 11001111 10101011 10000011 0 10001 100101 10011 100000 101100 1000010

Color Harmonies of #CFAB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB83

Black with #CFAB83

Text Example


Text Example

White with #CFAB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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