Html Css Color HEX #CA8A19 Geebung

📋 copy color: '#CA8A19'

red 202 ◦ green 138 ◦ blue 25

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

Shades of Geebung #CA8A19

Tints of Geebung #CA8A19

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.81%

 BLUE value IS 25 (10.16% from 255) = 6.85%

R = 55.34%
G = 37.81%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA8A19 (or 0xCA8A19) is known color: Geebung. HEX triplet: CA, 8A and 19. RGB value is (202,138,25). Sum of RGB (Red+Green+Blue) = 202+138+25=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8A19 is #3575E6. Grayscale: #909090. Windows color (decimal): -3503591 or 1673930. OLE color: 1673930.

HSL color Cylindrical-coordinate representation of color #CA8A19: hue angle of 38.31º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA8A19 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 138 25 -
CMYK 0 0.32 0.88 0.21
HSL 38.31º 0.78% 0.45% -
HSV(B) 38.31º 0.88% 0.79% -
XYZ 33.62 30.8 5.09 -
YUV 144.25 60.7 169.19 -
System Red Green Blue C M Y K H S L
Decimal 202 138 25 0 0.32 0.88 0.21 38.31 0.78 0.45
Hex CA 8A 19 0 20 58 15 26 4E 2D
Octal 312 212 31 0 40 130 25 46 116 55
Binary 11001010 10001010 11001 0 100000 1011000 10101 100110 1001110 101101

Color Harmonies of #CA8A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A19

Black with #CA8A19

Text Example


Text Example

White with #CA8A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A19; }

 p { color: rgb(202,138,25); }

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

background-color css

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

 a { background-color: rgb(202,138,25); }

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

border-color css

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

 span { border-color: rgb(202,138,25); }

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