Html Css Color HEX #CAA583 Cameo

📋 copy color: '#CAA583'

red 202 ◦ green 165 ◦ blue 131

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

Shades of Cameo #CAA583

Tints of Cameo #CAA583

RGB

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

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

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

R = 40.56%
G = 33.13%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CAA583 (or 0xCAA583) is known color: Cameo. HEX triplet: CA, A5 and 83. RGB value is (202,165,131). Sum of RGB (Red+Green+Blue) = 202+165+131=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA583 is #355A7C. Grayscale: #ACACAC. Windows color (decimal): -3496573 or 8627658. OLE color: 8627658.

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

Color convert

RGB 202 165 131 -
CMYK 0 0.18 0.35 0.21
HSL 28.73º 0.4% 0.65% -
HSV(B) 28.73º 0.35% 0.79% -
XYZ 41.91 41.11 27.2 -
YUV 172.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 202 165 131 0 0.18 0.35 0.21 28.73 0.4 0.65
Hex CA A5 83 0 12 23 15 1D 28 41
Octal 312 245 203 0 22 43 25 35 50 101
Binary 11001010 10100101 10000011 0 10010 100011 10101 11101 101000 1000001

Color Harmonies of #CAA583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA583

Black with #CAA583

Text Example


Text Example

White with #CAA583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA583; }

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

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

background-color css

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

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

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

border-color css

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

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

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