Html Css Color HEX #CA8625 Geebung

📋 copy color: '#CA8625'

red 202 ◦ green 134 ◦ blue 37

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

Shades of Geebung #CA8625

Tints of Geebung #CA8625

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.92%

 BLUE value IS 37 (14.84% from 255) = 9.92%

R = 54.16%
G = 35.92%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA8625 (or 0xCA8625) is known color: Geebung. HEX triplet: CA, 86 and 25. RGB value is (202,134,37). Sum of RGB (Red+Green+Blue) = 202+134+37=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8625 is #3579DA. Grayscale: #8F8F8F. Windows color (decimal): -3504603 or 2459338. OLE color: 2459338.

HSL color Cylindrical-coordinate representation of color #CA8625: hue angle of 35.27º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA8625 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 134 37 -
CMYK 0 0.34 0.82 0.21
HSL 35.27º 0.69% 0.47% -
HSV(B) 35.27º 0.82% 0.79% -
XYZ 33.22 29.74 5.74 -
YUV 143.27 68.03 169.89 -
System Red Green Blue C M Y K H S L
Decimal 202 134 37 0 0.34 0.82 0.21 35.27 0.69 0.47
Hex CA 86 25 0 22 52 15 23 45 2F
Octal 312 206 45 0 42 122 25 43 105 57
Binary 11001010 10000110 100101 0 100010 1010010 10101 100011 1000101 101111

Color Harmonies of #CA8625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8625

Black with #CA8625

Text Example


Text Example

White with #CA8625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8625; }

 p { color: rgb(202,134,37); }

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

background-color css

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

 a { background-color: rgb(202,134,37); }

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

border-color css

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

 span { border-color: rgb(202,134,37); }

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