Html Css Color HEX #CAA57F Cameo

📋 copy color: '#CAA57F'

red 202 ◦ green 165 ◦ blue 127

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

Shades of Cameo #CAA57F

Tints of Cameo #CAA57F

RGB

 RED value IS 202 (79.3% from 255) = 40.89%

 GREEN value IS 165 (64.84% from 255) = 33.4%

 BLUE value IS 127 (50% from 255) = 25.71%

R = 40.89%
G = 33.4%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CAA57F (or 0xCAA57F) is known color: Cameo. HEX triplet: CA, A5 and 7F. RGB value is (202,165,127). Sum of RGB (Red+Green+Blue) = 202+165+127=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA57F is #355A80. Grayscale: #ABABAB. Windows color (decimal): -3496577 or 8365514. OLE color: 8365514.

HSL color Cylindrical-coordinate representation of color #CAA57F: hue angle of 30.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAA57F is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 165 127 -
CMYK 0 0.18 0.37 0.21
HSL 30.4º 0.41% 0.65% -
HSV(B) 30.4º 0.37% 0.79% -
XYZ 41.64 41 25.8 -
YUV 171.73 102.76 149.59 -
System Red Green Blue C M Y K H S L
Decimal 202 165 127 0 0.18 0.37 0.21 30.4 0.41 0.65
Hex CA A5 7F 0 12 25 15 1E 29 41
Octal 312 245 177 0 22 45 25 36 51 101
Binary 11001010 10100101 1111111 0 10010 100101 10101 11110 101001 1000001

Color Harmonies of #CAA57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA57F

Black with #CAA57F

Text Example


Text Example

White with #CAA57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA57F; }

 p { color: rgb(202,165,127); }

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

background-color css

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

 a { background-color: rgb(202,165,127); }

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

border-color css

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

 span { border-color: rgb(202,165,127); }

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