Html Css Color HEX #C39330 Hokey Pokey

📋 copy color: '#C39330'

red 195 ◦ green 147 ◦ blue 48

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

Shades of Hokey Pokey #C39330

Tints of Hokey Pokey #C39330

RGB

 RED value IS 195 (76.56% from 255) = 50%

 GREEN value IS 147 (57.81% from 255) = 37.69%

 BLUE value IS 48 (19.14% from 255) = 12.31%

R = 50%
G = 37.69%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C39330 (or 0xC39330) is known color: Hokey Pokey. HEX triplet: C3, 93 and 30. RGB value is (195,147,48). Sum of RGB (Red+Green+Blue) = 195+147+48=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C39330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39330 is #3C6CCF. Grayscale: #969696. Windows color (decimal): -3960016 or 3183555. OLE color: 3183555.

HSL color Cylindrical-coordinate representation of color #C39330: hue angle of 40.41º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C39330 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 147 48 -
CMYK 0 0.25 0.75 0.24
HSL 40.41º 0.6% 0.48% -
HSV(B) 40.41º 0.75% 0.76% -
XYZ 33.47 32.68 7.34 -
YUV 150.07 70.4 160.05 -
System Red Green Blue C M Y K H S L
Decimal 195 147 48 0 0.25 0.75 0.24 40.41 0.6 0.48
Hex C3 93 30 0 19 4B 18 28 3C 30
Octal 303 223 60 0 31 113 30 50 74 60
Binary 11000011 10010011 110000 0 11001 1001011 11000 101000 111100 110000

Color Harmonies of #C39330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39330

Black with #C39330

Text Example


Text Example

White with #C39330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39330; }

 p { color: rgb(195,147,48); }

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

background-color css

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

 a { background-color: rgb(195,147,48); }

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

border-color css

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

 span { border-color: rgb(195,147,48); }

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