Html Css Color HEX #CAB05D Laser

📋 copy color: '#CAB05D'

red 202 ◦ green 176 ◦ blue 93

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

Shades of Laser #CAB05D

Tints of Laser #CAB05D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.37%

 BLUE value IS 93 (36.72% from 255) = 19.75%

R = 42.89%
G = 37.37%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CAB05D (or 0xCAB05D) is known color: Laser. HEX triplet: CA, B0 and 5D. RGB value is (202,176,93). Sum of RGB (Red+Green+Blue) = 202+176+93=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB05D is #354FA2. Grayscale: #AEAEAE. Windows color (decimal): -3493795 or 6140106. OLE color: 6140106.

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

Color convert

RGB 202 176 93 -
CMYK 0 0.13 0.54 0.21
HSL 45.69º 0.51% 0.58% -
HSV(B) 45.69º 0.54% 0.79% -
XYZ 41.86 44.4 16.72 -
YUV 174.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 202 176 93 0 0.13 0.54 0.21 45.69 0.51 0.58
Hex CA B0 5D 0 D 36 15 2E 33 3A
Octal 312 260 135 0 15 66 25 56 63 72
Binary 11001010 10110000 1011101 0 1101 110110 10101 101110 110011 111010

Color Harmonies of #CAB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB05D

Black with #CAB05D

Text Example


Text Example

White with #CAB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB05D; }

 p { color: rgb(202,176,93); }

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

background-color css

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

 a { background-color: rgb(202,176,93); }

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

border-color css

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

 span { border-color: rgb(202,176,93); }

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