Html Css Color HEX #CAA255 Laser

📋 copy color: '#CAA255'

red 202 ◦ green 162 ◦ blue 85

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

Shades of Laser #CAA255

Tints of Laser #CAA255

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.08%

 BLUE value IS 85 (33.59% from 255) = 18.93%

R = 44.99%
G = 36.08%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CAA255 (or 0xCAA255) is known color: Laser. HEX triplet: CA, A2 and 55. RGB value is (202,162,85). Sum of RGB (Red+Green+Blue) = 202+162+85=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA255 is #355DAA. Grayscale: #A5A5A5. Windows color (decimal): -3497387 or 5612234. OLE color: 5612234.

HSL color Cylindrical-coordinate representation of color #CAA255: hue angle of 39.49º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAA255 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 162 85 -
CMYK 0 0.20 0.58 0.21
HSL 39.49º 0.52% 0.56% -
HSV(B) 39.49º 0.58% 0.79% -
XYZ 38.92 39.05 14.08 -
YUV 165.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 202 162 85 0 0.20 0.58 0.21 39.49 0.52 0.56
Hex CA A2 55 0 14 3A 15 27 34 38
Octal 312 242 125 0 24 72 25 47 64 70
Binary 11001010 10100010 1010101 0 10100 111010 10101 100111 110100 111000

Color Harmonies of #CAA255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA255

Black with #CAA255

Text Example


Text Example

White with #CAA255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA255; }

 p { color: rgb(202,162,85); }

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

background-color css

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

 a { background-color: rgb(202,162,85); }

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

border-color css

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

 span { border-color: rgb(202,162,85); }

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