Html Css Color HEX #C97E2A Geebung

📋 copy color: '#C97E2A'

red 201 ◦ green 126 ◦ blue 42

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

Shades of Geebung #C97E2A

Tints of Geebung #C97E2A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.15%

 BLUE value IS 42 (16.8% from 255) = 11.38%

R = 54.47%
G = 34.15%
B = 11.38%

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

#C97E2A (or 0xC97E2A) is known color: Geebung. HEX triplet: C9, 7E and 2A. RGB value is (201,126,42). Sum of RGB (Red+Green+Blue) = 201+126+42=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97E2A is #3681D5. Grayscale: #8B8B8B. Windows color (decimal): -3572182 or 2784969. OLE color: 2784969.

HSL color Cylindrical-coordinate representation of color #C97E2A: hue angle of 31.7º 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 #C97E2A is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 126 42 -
CMYK 0 0.37 0.79 0.21
HSL 31.7º 0.65% 0.48% -
HSV(B) 31.7º 0.79% 0.79% -
XYZ 31.97 27.51 5.81 -
YUV 138.85 73.35 172.33 -
System Red Green Blue C M Y K H S L
Decimal 201 126 42 0 0.37 0.79 0.21 31.7 0.65 0.48
Hex C9 7E 2A 0 25 4F 15 20 41 30
Octal 311 176 52 0 45 117 25 40 101 60
Binary 11001001 1111110 101010 0 100101 1001111 10101 100000 1000001 110000

Color Harmonies of #C97E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97E2A

Black with #C97E2A

Text Example


Text Example

White with #C97E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97E2A; }

 p { color: rgb(201,126,42); }

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

background-color css

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

 a { background-color: rgb(201,126,42); }

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

border-color css

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

 span { border-color: rgb(201,126,42); }

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