Html Css Color HEX #CC8C26 Geebung

📋 copy color: '#CC8C26'

red 204 ◦ green 140 ◦ blue 38

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

Shades of Geebung #CC8C26

Tints of Geebung #CC8C26

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.65%

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

R = 53.4%
G = 36.65%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC8C26 (or 0xCC8C26) is known color: Geebung. HEX triplet: CC, 8C and 26. RGB value is (204,140,38). Sum of RGB (Red+Green+Blue) = 204+140+38=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8C26 is #3373D9. Grayscale: #939393. Windows color (decimal): -3371994 or 2526412. OLE color: 2526412.

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

Color convert

RGB 204 140 38 -
CMYK 0 0.31 0.81 0.2
HSL 36.87º 0.69% 0.47% -
HSV(B) 36.87º 0.81% 0.8% -
XYZ 34.63 31.73 6.13 -
YUV 147.51 66.2 168.29 -
System Red Green Blue C M Y K H S L
Decimal 204 140 38 0 0.31 0.81 0.2 36.87 0.69 0.47
Hex CC 8C 26 0 1F 51 14 25 45 2F
Octal 314 214 46 0 37 121 24 45 105 57
Binary 11001100 10001100 100110 0 11111 1010001 10100 100101 1000101 101111

Color Harmonies of #CC8C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C26

Black with #CC8C26

Text Example


Text Example

White with #CC8C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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