Html Css Color HEX #CFAE83 Calico

📋 copy color: '#CFAE83'

red 207 ◦ green 174 ◦ blue 131

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

Shades of Calico #CFAE83

Tints of Calico #CFAE83

RGB

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

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

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

R = 40.43%
G = 33.98%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CFAE83 (or 0xCFAE83) is known color: Calico. HEX triplet: CF, AE and 83. RGB value is (207,174,131). Sum of RGB (Red+Green+Blue) = 207+174+131=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAE83 is #30517C. Grayscale: #B3B3B3. Windows color (decimal): -3166589 or 8629967. OLE color: 8629967.

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

Color convert

RGB 207 174 131 -
CMYK 0 0.16 0.37 0.19
HSL 33.95º 0.44% 0.66% -
HSV(B) 33.95º 0.37% 0.81% -
XYZ 44.96 45.18 27.82 -
YUV 178.97 100.93 148 -
System Red Green Blue C M Y K H S L
Decimal 207 174 131 0 0.16 0.37 0.19 33.95 0.44 0.66
Hex CF AE 83 0 10 25 13 22 2C 42
Octal 317 256 203 0 20 45 23 42 54 102
Binary 11001111 10101110 10000011 0 10000 100101 10011 100010 101100 1000010

Color Harmonies of #CFAE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE83

Black with #CFAE83

Text Example


Text Example

White with #CFAE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE83; }

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

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

background-color css

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

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

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

border-color css

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

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

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