Html Css Color HEX #CA8328 Geebung

📋 copy color: '#CA8328'

red 202 ◦ green 131 ◦ blue 40

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

Shades of Geebung #CA8328

Tints of Geebung #CA8328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

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

R = 54.16%
G = 35.12%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA8328 (or 0xCA8328) is known color: Geebung. HEX triplet: CA, 83 and 28. RGB value is (202,131,40). Sum of RGB (Red+Green+Blue) = 202+131+40=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8328 is #357CD7. Grayscale: #8E8E8E. Windows color (decimal): -3505368 or 2655178. OLE color: 2655178.

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

Color convert

RGB 202 131 40 -
CMYK 0 0.35 0.80 0.21
HSL 33.7º 0.67% 0.47% -
HSV(B) 33.7º 0.8% 0.79% -
XYZ 32.86 28.94 5.86 -
YUV 141.86 70.52 170.9 -
System Red Green Blue C M Y K H S L
Decimal 202 131 40 0 0.35 0.80 0.21 33.7 0.67 0.47
Hex CA 83 28 0 23 50 15 22 43 2F
Octal 312 203 50 0 43 120 25 42 103 57
Binary 11001010 10000011 101000 0 100011 1010000 10101 100010 1000011 101111

Color Harmonies of #CA8328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8328

Black with #CA8328

Text Example


Text Example

White with #CA8328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8328; }

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

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

background-color css

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

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

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

border-color css

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

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

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