Html Css Color HEX #CC891F Geebung

📋 copy color: '#CC891F'

red 204 ◦ green 137 ◦ blue 31

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

Shades of Geebung #CC891F

Tints of Geebung #CC891F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.83%

 BLUE value IS 31 (12.5% from 255) = 8.33%

R = 54.84%
G = 36.83%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC891F (or 0xCC891F) is known color: Geebung. HEX triplet: CC, 89 and 1F. RGB value is (204,137,31). Sum of RGB (Red+Green+Blue) = 204+137+31=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC891F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC891F is #3376E0. Grayscale: #919191. Windows color (decimal): -3372769 or 2066892. OLE color: 2066892.

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

Color convert

RGB 204 137 31 -
CMYK 0 0.33 0.85 0.2
HSL 36.76º 0.74% 0.46% -
HSV(B) 36.76º 0.85% 0.8% -
XYZ 34.09 30.83 5.45 -
YUV 144.95 63.7 170.12 -
System Red Green Blue C M Y K H S L
Decimal 204 137 31 0 0.33 0.85 0.2 36.76 0.74 0.46
Hex CC 89 1F 0 21 55 14 25 4A 2E
Octal 314 211 37 0 41 125 24 45 112 56
Binary 11001100 10001001 11111 0 100001 1010101 10100 100101 1001010 101110

Color Harmonies of #CC891F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC891F

Black with #CC891F

Text Example


Text Example

White with #CC891F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC891F; }

 p { color: rgb(204,137,31); }

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

background-color css

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

 a { background-color: rgb(204,137,31); }

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

border-color css

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

 span { border-color: rgb(204,137,31); }

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