Html Css Color HEX #CA8A20 Geebung

📋 copy color: '#CA8A20'

red 202 ◦ green 138 ◦ blue 32

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

Shades of Geebung #CA8A20

Tints of Geebung #CA8A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.6%

R = 54.3%
G = 37.1%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA8A20 (or 0xCA8A20) is known color: Geebung. HEX triplet: CA, 8A and 20. RGB value is (202,138,32). Sum of RGB (Red+Green+Blue) = 202+138+32=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8A20 is #3575DF. Grayscale: #919191. Windows color (decimal): -3503584 or 2132682. OLE color: 2132682.

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

Color convert

RGB 202 138 32 -
CMYK 0 0.32 0.84 0.21
HSL 37.41º 0.73% 0.46% -
HSV(B) 37.41º 0.84% 0.79% -
XYZ 33.71 30.84 5.54 -
YUV 145.05 64.2 168.62 -
System Red Green Blue C M Y K H S L
Decimal 202 138 32 0 0.32 0.84 0.21 37.41 0.73 0.46
Hex CA 8A 20 0 20 54 15 25 49 2E
Octal 312 212 40 0 40 124 25 45 111 56
Binary 11001010 10001010 100000 0 100000 1010100 10101 100101 1001001 101110

Color Harmonies of #CA8A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A20

Black with #CA8A20

Text Example


Text Example

White with #CA8A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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