Html Css Color HEX #CB895A Whiskey Sour

📋 copy color: '#CB895A'

red 203 ◦ green 137 ◦ blue 90

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

Shades of Whiskey Sour #CB895A

Tints of Whiskey Sour #CB895A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.86%

 BLUE value IS 90 (35.55% from 255) = 20.93%

R = 47.21%
G = 31.86%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB895A (or 0xCB895A) is known color: Whiskey Sour. HEX triplet: CB, 89 and 5A. RGB value is (203,137,90). Sum of RGB (Red+Green+Blue) = 203+137+90=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB895A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB895A is #3476A5. Grayscale: #979797. Windows color (decimal): -3438246 or 5933515. OLE color: 5933515.

HSL color Cylindrical-coordinate representation of color #CB895A: hue angle of 24.96º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB895A is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 137 90 -
CMYK 0 0.33 0.56 0.20
HSL 24.96º 0.52% 0.57% -
HSV(B) 24.96º 0.56% 0.8% -
XYZ 35.42 31.33 13.85 -
YUV 151.38 93.37 164.82 -
System Red Green Blue C M Y K H S L
Decimal 203 137 90 0 0.33 0.56 0.20 24.96 0.52 0.57
Hex CB 89 5A 0 21 38 14 19 34 39
Octal 313 211 132 0 41 70 24 31 64 71
Binary 11001011 10001001 1011010 0 100001 111000 10100 11001 110100 111001

Color Harmonies of #CB895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB895A

Black with #CB895A

Text Example


Text Example

White with #CB895A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB895A; }

 p { color: rgb(203,137,90); }

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

background-color css

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

 a { background-color: rgb(203,137,90); }

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

border-color css

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

 span { border-color: rgb(203,137,90); }

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