Html Css Color HEX #C4902F Hokey Pokey

📋 copy color: '#C4902F'

red 196 ◦ green 144 ◦ blue 47

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

Shades of Hokey Pokey #C4902F

Tints of Hokey Pokey #C4902F

RGB

 RED value IS 196 (76.95% from 255) = 50.65%

 GREEN value IS 144 (56.64% from 255) = 37.21%

 BLUE value IS 47 (18.75% from 255) = 12.14%

R = 50.65%
G = 37.21%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4902F (or 0xC4902F) is known color: Hokey Pokey. HEX triplet: C4, 90 and 2F. RGB value is (196,144,47). Sum of RGB (Red+Green+Blue) = 196+144+47=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4902F is #3B6FD0. Grayscale: #949494. Windows color (decimal): -3895249 or 3117252. OLE color: 3117252.

HSL color Cylindrical-coordinate representation of color #C4902F: hue angle of 39.06º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4902F is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 144 47 -
CMYK 0 0.27 0.76 0.23
HSL 39.06º 0.61% 0.48% -
HSV(B) 39.06º 0.76% 0.77% -
XYZ 33.25 31.89 7.09 -
YUV 148.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 196 144 47 0 0.27 0.76 0.23 39.06 0.61 0.48
Hex C4 90 2F 0 1B 4C 17 27 3D 30
Octal 304 220 57 0 33 114 27 47 75 60
Binary 11000100 10010000 101111 0 11011 1001100 10111 100111 111101 110000

Color Harmonies of #C4902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4902F

Black with #C4902F

Text Example


Text Example

White with #C4902F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4902F; }

 p { color: rgb(196,144,47); }

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

background-color css

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

 a { background-color: rgb(196,144,47); }

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

border-color css

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

 span { border-color: rgb(196,144,47); }

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