Html Css Color HEX #CFAE7D Calico

📋 copy color: '#CFAE7D'

red 207 ◦ green 174 ◦ blue 125

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

Shades of Calico #CFAE7D

Tints of Calico #CFAE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.7%

R = 40.91%
G = 34.39%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CFAE7D (or 0xCFAE7D) is known color: Calico. HEX triplet: CF, AE and 7D. RGB value is (207,174,125). Sum of RGB (Red+Green+Blue) = 207+174+125=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE7D is #305182. Grayscale: #B2B2B2. Windows color (decimal): -3166595 or 8236751. OLE color: 8236751.

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

Color convert

RGB 207 174 125 -
CMYK 0 0.16 0.40 0.19
HSL 35.85º 0.46% 0.65% -
HSV(B) 35.85º 0.4% 0.81% -
XYZ 44.57 45.02 25.74 -
YUV 178.28 97.93 148.48 -
System Red Green Blue C M Y K H S L
Decimal 207 174 125 0 0.16 0.40 0.19 35.85 0.46 0.65
Hex CF AE 7D 0 10 28 13 24 2E 41
Octal 317 256 175 0 20 50 23 44 56 101
Binary 11001111 10101110 1111101 0 10000 101000 10011 100100 101110 1000001

Color Harmonies of #CFAE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE7D

Black with #CFAE7D

Text Example


Text Example

White with #CFAE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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