Html Css Color HEX #CAB257 Laser

📋 copy color: '#CAB257'

red 202 ◦ green 178 ◦ blue 87

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

Shades of Laser #CAB257

Tints of Laser #CAB257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.63%

R = 43.25%
G = 38.12%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CAB257 (or 0xCAB257) is known color: Laser. HEX triplet: CA, B2 and 57. RGB value is (202,178,87). Sum of RGB (Red+Green+Blue) = 202+178+87=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB257 is #354DA8. Grayscale: #AFAFAF. Windows color (decimal): -3493289 or 5747402. OLE color: 5747402.

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

Color convert

RGB 202 178 87 -
CMYK 0 0.12 0.57 0.21
HSL 47.48º 0.52% 0.57% -
HSV(B) 47.48º 0.57% 0.79% -
XYZ 42 45.09 15.51 -
YUV 174.8 78.45 147.4 -
System Red Green Blue C M Y K H S L
Decimal 202 178 87 0 0.12 0.57 0.21 47.48 0.52 0.57
Hex CA B2 57 0 C 39 15 2F 34 39
Octal 312 262 127 0 14 71 25 57 64 71
Binary 11001010 10110010 1010111 0 1100 111001 10101 101111 110100 111001

Color Harmonies of #CAB257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB257

Black with #CAB257

Text Example


Text Example

White with #CAB257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB257; }

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

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

background-color css

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

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

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

border-color css

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

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

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