Html Css Color HEX #C38E67 Whiskey

📋 copy color: '#C38E67'

red 195 ◦ green 142 ◦ blue 103

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

Shades of Whiskey #C38E67

Tints of Whiskey #C38E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.41%

R = 44.32%
G = 32.27%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C38E67 (or 0xC38E67) is known color: Whiskey. HEX triplet: C3, 8E and 67. RGB value is (195,142,103). Sum of RGB (Red+Green+Blue) = 195+142+103=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E67 is #3C7198. Grayscale: #999999. Windows color (decimal): -3961241 or 6786755. OLE color: 6786755.

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

Color convert

RGB 195 142 103 -
CMYK 0 0.27 0.47 0.24
HSL 25.43º 0.43% 0.58% -
HSV(B) 25.43º 0.47% 0.76% -
XYZ 34.63 31.93 17.17 -
YUV 153.4 99.56 157.67 -
System Red Green Blue C M Y K H S L
Decimal 195 142 103 0 0.27 0.47 0.24 25.43 0.43 0.58
Hex C3 8E 67 0 1B 2F 18 19 2B 3A
Octal 303 216 147 0 33 57 30 31 53 72
Binary 11000011 10001110 1100111 0 11011 101111 11000 11001 101011 111010

Color Harmonies of #C38E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38E67

Black with #C38E67

Text Example


Text Example

White with #C38E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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