Html Css Color HEX #CB946C Whiskey

📋 copy color: '#CB946C'

red 203 ◦ green 148 ◦ blue 108

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

Shades of Whiskey #CB946C

Tints of Whiskey #CB946C

RGB

 RED value IS 203 (79.69% from 255) = 44.23%

 GREEN value IS 148 (58.2% from 255) = 32.24%

 BLUE value IS 108 (42.58% from 255) = 23.53%

R = 44.23%
G = 32.24%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB946C (or 0xCB946C) is known color: Whiskey. HEX triplet: CB, 94 and 6C. RGB value is (203,148,108). Sum of RGB (Red+Green+Blue) = 203+148+108=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB946C is #346B93. Grayscale: #A0A0A0. Windows color (decimal): -3435412 or 7115979. OLE color: 7115979.

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

Color convert

RGB 203 148 108 -
CMYK 0 0.27 0.47 0.20
HSL 25.26º 0.48% 0.61% -
HSV(B) 25.26º 0.47% 0.8% -
XYZ 37.93 34.96 18.94 -
YUV 159.89 98.72 158.75 -
System Red Green Blue C M Y K H S L
Decimal 203 148 108 0 0.27 0.47 0.20 25.26 0.48 0.61
Hex CB 94 6C 0 1B 2F 14 19 30 3D
Octal 313 224 154 0 33 57 24 31 60 75
Binary 11001011 10010100 1101100 0 11011 101111 10100 11001 110000 111101

Color Harmonies of #CB946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB946C

Black with #CB946C

Text Example


Text Example

White with #CB946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB946C; }

 p { color: rgb(203,148,108); }

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

background-color css

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

 a { background-color: rgb(203,148,108); }

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

border-color css

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

 span { border-color: rgb(203,148,108); }

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