Html Css Color HEX #C97F2B Geebung

📋 copy color: '#C97F2B'

red 201 ◦ green 127 ◦ blue 43

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

Shades of Geebung #C97F2B

Tints of Geebung #C97F2B

RGB

 RED value IS 201 (78.91% from 255) = 54.18%

 GREEN value IS 127 (50% from 255) = 34.23%

 BLUE value IS 43 (17.19% from 255) = 11.59%

R = 54.18%
G = 34.23%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C97F2B (or 0xC97F2B) is known color: Geebung. HEX triplet: C9, 7F and 2B. RGB value is (201,127,43). Sum of RGB (Red+Green+Blue) = 201+127+43=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97F2B is #3680D4. Grayscale: #8B8B8B. Windows color (decimal): -3571925 or 2850761. OLE color: 2850761.

HSL color Cylindrical-coordinate representation of color #C97F2B: hue angle of 31.9º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C97F2B is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 127 43 -
CMYK 0 0.37 0.79 0.21
HSL 31.9º 0.65% 0.48% -
HSV(B) 31.9º 0.79% 0.79% -
XYZ 32.11 27.77 5.95 -
YUV 139.55 73.52 171.83 -
System Red Green Blue C M Y K H S L
Decimal 201 127 43 0 0.37 0.79 0.21 31.9 0.65 0.48
Hex C9 7F 2B 0 25 4F 15 20 41 30
Octal 311 177 53 0 45 117 25 40 101 60
Binary 11001001 1111111 101011 0 100101 1001111 10101 100000 1000001 110000

Color Harmonies of #C97F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F2B

Black with #C97F2B

Text Example


Text Example

White with #C97F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F2B; }

 p { color: rgb(201,127,43); }

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

background-color css

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

 a { background-color: rgb(201,127,43); }

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

border-color css

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

 span { border-color: rgb(201,127,43); }

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