Html Css Color HEX #C38E2E Hokey Pokey

📋 copy color: '#C38E2E'

red 195 ◦ green 142 ◦ blue 46

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

Shades of Hokey Pokey #C38E2E

Tints of Hokey Pokey #C38E2E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.08%

 BLUE value IS 46 (18.36% from 255) = 12.01%

R = 50.91%
G = 37.08%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C38E2E (or 0xC38E2E) is known color: Hokey Pokey. HEX triplet: C3, 8E and 2E. RGB value is (195,142,46). Sum of RGB (Red+Green+Blue) = 195+142+46=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38E2E is #3C71D1. Grayscale: #939393. Windows color (decimal): -3961298 or 3051203. OLE color: 3051203.

HSL color Cylindrical-coordinate representation of color #C38E2E: hue angle of 38.66º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C38E2E is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 142 46 -
CMYK 0 0.27 0.76 0.24
HSL 38.66º 0.62% 0.47% -
HSV(B) 38.66º 0.76% 0.76% -
XYZ 32.67 31.15 6.87 -
YUV 146.9 71.06 162.31 -
System Red Green Blue C M Y K H S L
Decimal 195 142 46 0 0.27 0.76 0.24 38.66 0.62 0.47
Hex C3 8E 2E 0 1B 4C 18 27 3E 2F
Octal 303 216 56 0 33 114 30 47 76 57
Binary 11000011 10001110 101110 0 11011 1001100 11000 100111 111110 101111

Color Harmonies of #C38E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38E2E

Black with #C38E2E

Text Example


Text Example

White with #C38E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38E2E; }

 p { color: rgb(195,142,46); }

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

background-color css

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

 a { background-color: rgb(195,142,46); }

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

border-color css

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

 span { border-color: rgb(195,142,46); }

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