Html Css Color HEX #C88A1E Geebung

📋 copy color: '#C88A1E'

red 200 ◦ green 138 ◦ blue 30

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

Shades of Geebung #C88A1E

Tints of Geebung #C88A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.15%

R = 54.35%
G = 37.5%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C88A1E (or 0xC88A1E) is known color: Geebung. HEX triplet: C8, 8A and 1E. RGB value is (200,138,30). Sum of RGB (Red+Green+Blue) = 200+138+30=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A1E is #3775E1. Grayscale: #909090. Windows color (decimal): -3634658 or 2001608. OLE color: 2001608.

HSL color Cylindrical-coordinate representation of color #C88A1E: hue angle of 38.12º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C88A1E is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 138 30 -
CMYK 0 0.31 0.85 0.22
HSL 38.12º 0.74% 0.45% -
HSV(B) 38.12º 0.85% 0.78% -
XYZ 33.14 30.55 5.38 -
YUV 144.23 63.54 167.78 -
System Red Green Blue C M Y K H S L
Decimal 200 138 30 0 0.31 0.85 0.22 38.12 0.74 0.45
Hex C8 8A 1E 0 1F 55 16 26 4A 2D
Octal 310 212 36 0 37 125 26 46 112 55
Binary 11001000 10001010 11110 0 11111 1010101 10110 100110 1001010 101101

Color Harmonies of #C88A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A1E

Black with #C88A1E

Text Example


Text Example

White with #C88A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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