Html Css Color HEX #CAA383 Cameo

📋 copy color: '#CAA383'

red 202 ◦ green 163 ◦ blue 131

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

Shades of Cameo #CAA383

Tints of Cameo #CAA383

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.86%

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

R = 40.73%
G = 32.86%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CAA383 (or 0xCAA383) is known color: Cameo. HEX triplet: CA, A3 and 83. RGB value is (202,163,131). Sum of RGB (Red+Green+Blue) = 202+163+131=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA383 is #355C7C. Grayscale: #ABABAB. Windows color (decimal): -3497085 or 8627146. OLE color: 8627146.

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

Color convert

RGB 202 163 131 -
CMYK 0 0.19 0.35 0.21
HSL 27.04º 0.4% 0.65% -
HSV(B) 27.04º 0.35% 0.79% -
XYZ 41.55 40.39 27.08 -
YUV 171.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 202 163 131 0 0.19 0.35 0.21 27.04 0.4 0.65
Hex CA A3 83 0 13 23 15 1B 28 41
Octal 312 243 203 0 23 43 25 33 50 101
Binary 11001010 10100011 10000011 0 10011 100011 10101 11011 101000 1000001

Color Harmonies of #CAA383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA383

Black with #CAA383

Text Example


Text Example

White with #CAA383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA383; }

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

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

background-color css

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

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

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

border-color css

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

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

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