Html Css Color HEX #CAB125 Galliano

📋 copy color: '#CAB125'

red 202 ◦ green 177 ◦ blue 37

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

Shades of Galliano #CAB125

Tints of Galliano #CAB125

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.55%

 BLUE value IS 37 (14.84% from 255) = 8.89%

R = 48.56%
G = 42.55%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CAB125 (or 0xCAB125) is known color: Galliano. HEX triplet: CA, B1 and 25. RGB value is (202,177,37). Sum of RGB (Red+Green+Blue) = 202+177+37=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB125 is #354EDA. Grayscale: #A9A9A9. Windows color (decimal): -3493595 or 2470346. OLE color: 2470346.

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

Color convert

RGB 202 177 37 -
CMYK 0 0.12 0.82 0.21
HSL 50.91º 0.69% 0.47% -
HSV(B) 50.91º 0.82% 0.79% -
XYZ 40.41 44.13 8.14 -
YUV 168.52 53.78 151.88 -
System Red Green Blue C M Y K H S L
Decimal 202 177 37 0 0.12 0.82 0.21 50.91 0.69 0.47
Hex CA B1 25 0 C 52 15 33 45 2F
Octal 312 261 45 0 14 122 25 63 105 57
Binary 11001010 10110001 100101 0 1100 1010010 10101 110011 1000101 101111

Color Harmonies of #CAB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB125

Black with #CAB125

Text Example


Text Example

White with #CAB125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB125; }

 p { color: rgb(202,177,37); }

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

background-color css

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

 a { background-color: rgb(202,177,37); }

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

border-color css

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

 span { border-color: rgb(202,177,37); }

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