Html Css Color HEX #CC8326 Geebung

📋 copy color: '#CC8326'

red 204 ◦ green 131 ◦ blue 38

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

Shades of Geebung #CC8326

Tints of Geebung #CC8326

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

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

R = 54.69%
G = 35.12%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC8326 (or 0xCC8326) is known color: Geebung. HEX triplet: CC, 83 and 26. RGB value is (204,131,38). Sum of RGB (Red+Green+Blue) = 204+131+38=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8326 is #337CD9. Grayscale: #8E8E8E. Windows color (decimal): -3374298 or 2524108. OLE color: 2524108.

HSL color Cylindrical-coordinate representation of color #CC8326: hue angle of 33.61º 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 #CC8326 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 131 38 -
CMYK 0 0.36 0.81 0.2
HSL 33.61º 0.69% 0.47% -
HSV(B) 33.61º 0.81% 0.8% -
XYZ 33.37 29.21 5.71 -
YUV 142.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 204 131 38 0 0.36 0.81 0.2 33.61 0.69 0.47
Hex CC 83 26 0 24 51 14 22 45 2F
Octal 314 203 46 0 44 121 24 42 105 57
Binary 11001100 10000011 100110 0 100100 1010001 10100 100010 1000101 101111

Color Harmonies of #CC8326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8326

Black with #CC8326

Text Example


Text Example

White with #CC8326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8326; }

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

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

background-color css

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

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

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

border-color css

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

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

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