Html Css Color HEX #CA8A28 Geebung

📋 copy color: '#CA8A28'

red 202 ◦ green 138 ◦ blue 40

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

Shades of Geebung #CA8A28

Tints of Geebung #CA8A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.53%

R = 53.16%
G = 36.32%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA8A28 (or 0xCA8A28) is known color: Geebung. HEX triplet: CA, 8A and 28. RGB value is (202,138,40). Sum of RGB (Red+Green+Blue) = 202+138+40=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8A28 is #3575D7. Grayscale: #929292. Windows color (decimal): -3503576 or 2656970. OLE color: 2656970.

HSL color Cylindrical-coordinate representation of color #CA8A28: hue angle of 36.3º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA8A28 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 138 40 -
CMYK 0 0.32 0.80 0.21
HSL 36.3º 0.67% 0.47% -
HSV(B) 36.3º 0.8% 0.79% -
XYZ 33.83 30.89 6.19 -
YUV 145.96 68.2 167.97 -
System Red Green Blue C M Y K H S L
Decimal 202 138 40 0 0.32 0.80 0.21 36.3 0.67 0.47
Hex CA 8A 28 0 20 50 15 24 43 2F
Octal 312 212 50 0 40 120 25 44 103 57
Binary 11001010 10001010 101000 0 100000 1010000 10101 100100 1000011 101111

Color Harmonies of #CA8A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A28

Black with #CA8A28

Text Example


Text Example

White with #CA8A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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