Html Css Color HEX #CA8029 Geebung

📋 copy color: '#CA8029'

red 202 ◦ green 128 ◦ blue 41

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

Shades of Geebung #CA8029

Tints of Geebung #CA8029

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.5%

 BLUE value IS 41 (16.41% from 255) = 11.05%

R = 54.45%
G = 34.5%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA8029 (or 0xCA8029) is known color: Geebung. HEX triplet: CA, 80 and 29. RGB value is (202,128,41). Sum of RGB (Red+Green+Blue) = 202+128+41=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8029 is #357FD6. Grayscale: #8C8C8C. Windows color (decimal): -3506135 or 2719946. OLE color: 2719946.

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

Color convert

RGB 202 128 41 -
CMYK 0 0.37 0.80 0.21
HSL 32.42º 0.66% 0.48% -
HSV(B) 32.42º 0.8% 0.79% -
XYZ 32.48 28.16 5.82 -
YUV 140.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 202 128 41 0 0.37 0.80 0.21 32.42 0.66 0.48
Hex CA 80 29 0 25 50 15 20 42 30
Octal 312 200 51 0 45 120 25 40 102 60
Binary 11001010 10000000 101001 0 100101 1010000 10101 100000 1000010 110000

Color Harmonies of #CA8029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8029

Black with #CA8029

Text Example


Text Example

White with #CA8029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8029; }

 p { color: rgb(202,128,41); }

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

background-color css

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

 a { background-color: rgb(202,128,41); }

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

border-color css

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

 span { border-color: rgb(202,128,41); }

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