Html Css Color HEX #CA8528 Geebung

📋 copy color: '#CA8528'

red 202 ◦ green 133 ◦ blue 40

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

Shades of Geebung #CA8528

Tints of Geebung #CA8528

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

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

R = 53.87%
G = 35.47%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA8528 (or 0xCA8528) is known color: Geebung. HEX triplet: CA, 85 and 28. RGB value is (202,133,40). Sum of RGB (Red+Green+Blue) = 202+133+40=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8528 is #357AD7. Grayscale: #8F8F8F. Windows color (decimal): -3504856 or 2655690. OLE color: 2655690.

HSL color Cylindrical-coordinate representation of color #CA8528: hue angle of 34.44º 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 #CA8528 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 133 40 -
CMYK 0 0.34 0.80 0.21
HSL 34.44º 0.67% 0.47% -
HSV(B) 34.44º 0.8% 0.79% -
XYZ 33.13 29.48 5.95 -
YUV 143.03 69.86 170.06 -
System Red Green Blue C M Y K H S L
Decimal 202 133 40 0 0.34 0.80 0.21 34.44 0.67 0.47
Hex CA 85 28 0 22 50 15 22 43 2F
Octal 312 205 50 0 42 120 25 42 103 57
Binary 11001010 10000101 101000 0 100010 1010000 10101 100010 1000011 101111

Color Harmonies of #CA8528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8528

Black with #CA8528

Text Example


Text Example

White with #CA8528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8528; }

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

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

background-color css

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

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

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

border-color css

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

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

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