Html Css Color HEX #CB875A Whiskey

📋 copy color: '#CB875A'

red 203 ◦ green 135 ◦ blue 90

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

Shades of Whiskey #CB875A

Tints of Whiskey #CB875A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.54%

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

R = 47.43%
G = 31.54%
B = 21.03%

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

#CB875A (or 0xCB875A) is known color: Whiskey. HEX triplet: CB, 87 and 5A. RGB value is (203,135,90). Sum of RGB (Red+Green+Blue) = 203+135+90=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB875A is #3478A5. Grayscale: #969696. Windows color (decimal): -3438758 or 5933003. OLE color: 5933003.

HSL color Cylindrical-coordinate representation of color #CB875A: hue angle of 23.89º 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 #CB875A is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 135 90 -
CMYK 0 0.33 0.56 0.20
HSL 23.89º 0.52% 0.57% -
HSV(B) 23.89º 0.56% 0.8% -
XYZ 35.14 30.76 13.76 -
YUV 150.2 94.03 165.66 -
System Red Green Blue C M Y K H S L
Decimal 203 135 90 0 0.33 0.56 0.20 23.89 0.52 0.57
Hex CB 87 5A 0 21 38 14 18 34 39
Octal 313 207 132 0 41 70 24 30 64 71
Binary 11001011 10000111 1011010 0 100001 111000 10100 11000 110100 111001

Color Harmonies of #CB875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB875A

Black with #CB875A

Text Example


Text Example

White with #CB875A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB875A; }

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

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

background-color css

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

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

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

border-color css

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

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

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