Html Css Color HEX #CA832D Geebung

📋 copy color: '#CA832D'

red 202 ◦ green 131 ◦ blue 45

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

Shades of Geebung #CA832D

Tints of Geebung #CA832D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.9%

R = 53.44%
G = 34.66%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA832D (or 0xCA832D) is known color: Geebung. HEX triplet: CA, 83 and 2D. RGB value is (202,131,45). Sum of RGB (Red+Green+Blue) = 202+131+45=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA832D is #357CD2. Grayscale: #8E8E8E. Windows color (decimal): -3505363 or 2982858. OLE color: 2982858.

HSL color Cylindrical-coordinate representation of color #CA832D: hue angle of 32.87º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA832D is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 131 45 -
CMYK 0 0.35 0.78 0.21
HSL 32.87º 0.64% 0.48% -
HSV(B) 32.87º 0.78% 0.79% -
XYZ 32.95 28.98 6.34 -
YUV 142.43 73.02 170.49 -
System Red Green Blue C M Y K H S L
Decimal 202 131 45 0 0.35 0.78 0.21 32.87 0.64 0.48
Hex CA 83 2D 0 23 4E 15 21 40 30
Octal 312 203 55 0 43 116 25 41 100 60
Binary 11001010 10000011 101101 0 100011 1001110 10101 100001 1000000 110000

Color Harmonies of #CA832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA832D

Black with #CA832D

Text Example


Text Example

White with #CA832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA832D; }

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

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

background-color css

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

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

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

border-color css

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

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

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