Html Css Color HEX #C88A25 Geebung

📋 copy color: '#C88A25'

red 200 ◦ green 138 ◦ blue 37

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

Shades of Geebung #C88A25

Tints of Geebung #C88A25

RGB

 RED value IS 200 (78.52% from 255) = 53.33%

 GREEN value IS 138 (54.3% from 255) = 36.8%

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

R = 53.33%
G = 36.8%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C88A25 (or 0xC88A25) is known color: Geebung. HEX triplet: C8, 8A and 25. RGB value is (200,138,37). Sum of RGB (Red+Green+Blue) = 200+138+37=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A25 is #3775DA. Grayscale: #919191. Windows color (decimal): -3634651 or 2460360. OLE color: 2460360.

HSL color Cylindrical-coordinate representation of color #C88A25: hue angle of 37.18º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C88A25 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 138 37 -
CMYK 0 0.31 0.82 0.22
HSL 37.18º 0.69% 0.46% -
HSV(B) 37.18º 0.82% 0.78% -
XYZ 33.24 30.59 5.9 -
YUV 145.02 67.04 167.21 -
System Red Green Blue C M Y K H S L
Decimal 200 138 37 0 0.31 0.82 0.22 37.18 0.69 0.46
Hex C8 8A 25 0 1F 52 16 25 45 2E
Octal 310 212 45 0 37 122 26 45 105 56
Binary 11001000 10001010 100101 0 11111 1010010 10110 100101 1000101 101110

Color Harmonies of #C88A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A25

Black with #C88A25

Text Example


Text Example

White with #C88A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A25; }

 p { color: rgb(200,138,37); }

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

background-color css

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

 a { background-color: rgb(200,138,37); }

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

border-color css

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

 span { border-color: rgb(200,138,37); }

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