Html Css Color HEX #CC8027 Geebung

📋 copy color: '#CC8027'

red 204 ◦ green 128 ◦ blue 39

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

Shades of Geebung #CC8027

Tints of Geebung #CC8027

RGB

 RED value IS 204 (80.08% from 255) = 54.99%

 GREEN value IS 128 (50.39% from 255) = 34.5%

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

R = 54.99%
G = 34.5%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC8027 (or 0xCC8027) is known color: Geebung. HEX triplet: CC, 80 and 27. RGB value is (204,128,39). Sum of RGB (Red+Green+Blue) = 204+128+39=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8027 is #337FD8. Grayscale: #8D8D8D. Windows color (decimal): -3375065 or 2588876. OLE color: 2588876.

HSL color Cylindrical-coordinate representation of color #CC8027: hue angle of 32.36º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC8027 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 128 39 -
CMYK 0 0.37 0.81 0.2
HSL 32.36º 0.68% 0.48% -
HSV(B) 32.36º 0.81% 0.8% -
XYZ 32.99 28.42 5.67 -
YUV 140.58 70.68 173.24 -
System Red Green Blue C M Y K H S L
Decimal 204 128 39 0 0.37 0.81 0.2 32.36 0.68 0.48
Hex CC 80 27 0 25 51 14 20 44 30
Octal 314 200 47 0 45 121 24 40 104 60
Binary 11001100 10000000 100111 0 100101 1010001 10100 100000 1000100 110000

Color Harmonies of #CC8027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8027

Black with #CC8027

Text Example


Text Example

White with #CC8027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8027; }

 p { color: rgb(204,128,39); }

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

background-color css

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

 a { background-color: rgb(204,128,39); }

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

border-color css

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

 span { border-color: rgb(204,128,39); }

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