Html Css Color HEX #C88527 Geebung

📋 copy color: '#C88527'

red 200 ◦ green 133 ◦ blue 39

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

Shades of Geebung #C88527

Tints of Geebung #C88527

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.75%

 BLUE value IS 39 (15.63% from 255) = 10.48%

R = 53.76%
G = 35.75%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C88527 (or 0xC88527) is known color: Geebung. HEX triplet: C8, 85 and 27. RGB value is (200,133,39). Sum of RGB (Red+Green+Blue) = 200+133+39=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 39 (15.62% from 255 or 10.48% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C88527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88527 is #377AD8. Grayscale: #8E8E8E. Windows color (decimal): -3635929 or 2590152. OLE color: 2590152.

HSL color Cylindrical-coordinate representation of color #C88527: hue angle of 35.03º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C88527 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 133 39 -
CMYK 0 0.34 0.80 0.22
HSL 35.03º 0.67% 0.47% -
HSV(B) 35.03º 0.81% 0.78% -
XYZ 32.57 29.2 5.84 -
YUV 142.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 200 133 39 0 0.34 0.80 0.22 35.03 0.67 0.47
Hex C8 85 27 0 22 50 16 23 43 2F
Octal 310 205 47 0 42 120 26 43 103 57
Binary 11001000 10000101 100111 0 100010 1010000 10110 100011 1000011 101111

Color Harmonies of #C88527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88527

Black with #C88527

Text Example


Text Example

White with #C88527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88527; }

 p { color: rgb(200,133,39); }

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

background-color css

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

 a { background-color: rgb(200,133,39); }

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

border-color css

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

 span { border-color: rgb(200,133,39); }

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