Html Css Color HEX #CC8A1E Geebung

📋 copy color: '#CC8A1E'

red 204 ◦ green 138 ◦ blue 30

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

Shades of Geebung #CC8A1E

Tints of Geebung #CC8A1E

RGB

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

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

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

R = 54.84%
G = 37.1%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC8A1E (or 0xCC8A1E) is known color: Geebung. HEX triplet: CC, 8A and 1E. RGB value is (204,138,30). Sum of RGB (Red+Green+Blue) = 204+138+30=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8A1E is #3375E1. Grayscale: #919191. Windows color (decimal): -3372514 or 2001612. OLE color: 2001612.

HSL color Cylindrical-coordinate representation of color #CC8A1E: hue angle of 37.24º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC8A1E is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 138 30 -
CMYK 0 0.32 0.85 0.2
HSL 37.24º 0.74% 0.46% -
HSV(B) 37.24º 0.85% 0.8% -
XYZ 34.22 31.11 5.43 -
YUV 145.42 62.87 169.78 -
System Red Green Blue C M Y K H S L
Decimal 204 138 30 0 0.32 0.85 0.2 37.24 0.74 0.46
Hex CC 8A 1E 0 20 55 14 25 4A 2E
Octal 314 212 36 0 40 125 24 45 112 56
Binary 11001100 10001010 11110 0 100000 1010101 10100 100101 1001010 101110

Color Harmonies of #CC8A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8A1E

Black with #CC8A1E

Text Example


Text Example

White with #CC8A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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