Html Css Color HEX #CAA57D Cameo

📋 copy color: '#CAA57D'

red 202 ◦ green 165 ◦ blue 125

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

Shades of Cameo #CAA57D

Tints of Cameo #CAA57D

RGB

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

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

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

R = 41.06%
G = 33.54%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CAA57D (or 0xCAA57D) is known color: Cameo. HEX triplet: CA, A5 and 7D. RGB value is (202,165,125). Sum of RGB (Red+Green+Blue) = 202+165+125=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA57D is #355A82. Grayscale: #ABABAB. Windows color (decimal): -3496579 or 8234442. OLE color: 8234442.

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

Color convert

RGB 202 165 125 -
CMYK 0 0.18 0.38 0.21
HSL 31.17º 0.42% 0.64% -
HSV(B) 31.17º 0.38% 0.79% -
XYZ 41.51 40.95 25.12 -
YUV 171.5 101.76 149.75 -
System Red Green Blue C M Y K H S L
Decimal 202 165 125 0 0.18 0.38 0.21 31.17 0.42 0.64
Hex CA A5 7D 0 12 26 15 1F 2A 40
Octal 312 245 175 0 22 46 25 37 52 100
Binary 11001010 10100101 1111101 0 10010 100110 10101 11111 101010 1000000

Color Harmonies of #CAA57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA57D

Black with #CAA57D

Text Example


Text Example

White with #CAA57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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