Html Css Color HEX #CAB126 Galliano

📋 copy color: '#CAB126'

red 202 ◦ green 177 ◦ blue 38

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

Shades of Galliano #CAB126

Tints of Galliano #CAB126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.11%

R = 48.44%
G = 42.45%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CAB126 (or 0xCAB126) is known color: Galliano. HEX triplet: CA, B1 and 26. RGB value is (202,177,38). Sum of RGB (Red+Green+Blue) = 202+177+38=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB126 is #354ED9. Grayscale: #A9A9A9. Windows color (decimal): -3493594 or 2535882. OLE color: 2535882.

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

Color convert

RGB 202 177 38 -
CMYK 0 0.12 0.81 0.21
HSL 50.85º 0.68% 0.47% -
HSV(B) 50.85º 0.81% 0.79% -
XYZ 40.43 44.14 8.22 -
YUV 168.63 54.28 151.8 -
System Red Green Blue C M Y K H S L
Decimal 202 177 38 0 0.12 0.81 0.21 50.85 0.68 0.47
Hex CA B1 26 0 C 51 15 33 44 2F
Octal 312 261 46 0 14 121 25 63 104 57
Binary 11001010 10110001 100110 0 1100 1010001 10101 110011 1000100 101111

Color Harmonies of #CAB126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB126

Black with #CAB126

Text Example


Text Example

White with #CAB126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB126; }

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

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

background-color css

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

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

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

border-color css

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

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

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