Html Css Color HEX #C98425 Geebung

📋 copy color: '#C98425'

red 201 ◦ green 132 ◦ blue 37

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

Shades of Geebung #C98425

Tints of Geebung #C98425

RGB

 RED value IS 201 (78.91% from 255) = 54.32%

 GREEN value IS 132 (51.95% from 255) = 35.68%

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

R = 54.32%
G = 35.68%
B = 10%

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

#C98425 (or 0xC98425) is known color: Geebung. HEX triplet: C9, 84 and 25. RGB value is (201,132,37). Sum of RGB (Red+Green+Blue) = 201+132+37=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C98425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98425 is #367BDA. Grayscale: #8E8E8E. Windows color (decimal): -3570651 or 2458825. OLE color: 2458825.

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

Color convert

RGB 201 132 37 -
CMYK 0 0.34 0.82 0.21
HSL 34.76º 0.69% 0.47% -
HSV(B) 34.76º 0.82% 0.79% -
XYZ 32.67 29.05 5.64 -
YUV 141.8 68.86 170.22 -
System Red Green Blue C M Y K H S L
Decimal 201 132 37 0 0.34 0.82 0.21 34.76 0.69 0.47
Hex C9 84 25 0 22 52 15 23 45 2F
Octal 311 204 45 0 42 122 25 43 105 57
Binary 11001001 10000100 100101 0 100010 1010010 10101 100011 1000101 101111

Color Harmonies of #C98425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98425

Black with #C98425

Text Example


Text Example

White with #C98425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98425; }

 p { color: rgb(201,132,37); }

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

background-color css

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

 a { background-color: rgb(201,132,37); }

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

border-color css

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

 span { border-color: rgb(201,132,37); }

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