Html Css Color HEX #CC8526 Geebung

📋 copy color: '#CC8526'

red 204 ◦ green 133 ◦ blue 38

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

Shades of Geebung #CC8526

Tints of Geebung #CC8526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.13%

R = 54.4%
G = 35.47%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC8526 (or 0xCC8526) is known color: Geebung. HEX triplet: CC, 85 and 26. RGB value is (204,133,38). Sum of RGB (Red+Green+Blue) = 204+133+38=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8526 is #337AD9. Grayscale: #8F8F8F. Windows color (decimal): -3373786 or 2524620. OLE color: 2524620.

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

Color convert

RGB 204 133 38 -
CMYK 0 0.35 0.81 0.2
HSL 34.34º 0.69% 0.47% -
HSV(B) 34.34º 0.81% 0.8% -
XYZ 33.64 29.75 5.8 -
YUV 143.4 68.52 171.22 -
System Red Green Blue C M Y K H S L
Decimal 204 133 38 0 0.35 0.81 0.2 34.34 0.69 0.47
Hex CC 85 26 0 23 51 14 22 45 2F
Octal 314 205 46 0 43 121 24 42 105 57
Binary 11001100 10000101 100110 0 100011 1010001 10100 100010 1000101 101111

Color Harmonies of #CC8526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8526

Black with #CC8526

Text Example


Text Example

White with #CC8526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8526; }

 p { color: rgb(204,133,38); }

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

background-color css

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

 a { background-color: rgb(204,133,38); }

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

border-color css

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

 span { border-color: rgb(204,133,38); }

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