Html Css Color HEX #CAB25A Laser

📋 copy color: '#CAB25A'

red 202 ◦ green 178 ◦ blue 90

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

Shades of Laser #CAB25A

Tints of Laser #CAB25A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.87%

 BLUE value IS 90 (35.55% from 255) = 19.15%

R = 42.98%
G = 37.87%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CAB25A (or 0xCAB25A) is known color: Laser. HEX triplet: CA, B2 and 5A. RGB value is (202,178,90). Sum of RGB (Red+Green+Blue) = 202+178+90=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB25A is #354DA5. Grayscale: #AFAFAF. Windows color (decimal): -3493286 or 5944010. OLE color: 5944010.

HSL color Cylindrical-coordinate representation of color #CAB25A: hue angle of 47.14º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAB25A is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 90 -
CMYK 0 0.12 0.55 0.21
HSL 47.14º 0.51% 0.57% -
HSV(B) 47.14º 0.55% 0.79% -
XYZ 42.12 45.14 16.16 -
YUV 175.14 79.95 147.16 -
System Red Green Blue C M Y K H S L
Decimal 202 178 90 0 0.12 0.55 0.21 47.14 0.51 0.57
Hex CA B2 5A 0 C 37 15 2F 33 39
Octal 312 262 132 0 14 67 25 57 63 71
Binary 11001010 10110010 1011010 0 1100 110111 10101 101111 110011 111001

Color Harmonies of #CAB25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB25A

Black with #CAB25A

Text Example


Text Example

White with #CAB25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB25A; }

 p { color: rgb(202,178,90); }

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

background-color css

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

 a { background-color: rgb(202,178,90); }

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

border-color css

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

 span { border-color: rgb(202,178,90); }

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