Html Css Color HEX #C38C6B Whiskey

📋 copy color: '#C38C6B'

red 195 ◦ green 140 ◦ blue 107

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

Shades of Whiskey #C38C6B

Tints of Whiskey #C38C6B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

 BLUE value IS 107 (42.19% from 255) = 24.21%

R = 44.12%
G = 31.67%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C38C6B (or 0xC38C6B) is known color: Whiskey. HEX triplet: C3, 8C and 6B. RGB value is (195,140,107). Sum of RGB (Red+Green+Blue) = 195+140+107=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C6B is #3C7394. Grayscale: #989898. Windows color (decimal): -3961749 or 7048387. OLE color: 7048387.

HSL color Cylindrical-coordinate representation of color #C38C6B: hue angle of 22.5º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C38C6B is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 140 107 -
CMYK 0 0.28 0.45 0.24
HSL 22.5º 0.42% 0.59% -
HSV(B) 22.5º 0.45% 0.76% -
XYZ 34.54 31.42 18.15 -
YUV 152.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 195 140 107 0 0.28 0.45 0.24 22.5 0.42 0.59
Hex C3 8C 6B 0 1C 2D 18 16 2A 3B
Octal 303 214 153 0 34 55 30 26 52 73
Binary 11000011 10001100 1101011 0 11100 101101 11000 10110 101010 111011

Color Harmonies of #C38C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C6B

Black with #C38C6B

Text Example


Text Example

White with #C38C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C6B; }

 p { color: rgb(195,140,107); }

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

background-color css

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

 a { background-color: rgb(195,140,107); }

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

border-color css

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

 span { border-color: rgb(195,140,107); }

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