Html Css Color HEX #CB9953 Twine

📋 copy color: '#CB9953'

red 203 ◦ green 153 ◦ blue 83

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

Shades of Twine #CB9953

Tints of Twine #CB9953

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.85%

 BLUE value IS 83 (32.81% from 255) = 18.91%

R = 46.24%
G = 34.85%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB9953 (or 0xCB9953) is known color: Twine. HEX triplet: CB, 99 and 53. RGB value is (203,153,83). Sum of RGB (Red+Green+Blue) = 203+153+83=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9953 is #3466AC. Grayscale: #A0A0A0. Windows color (decimal): -3434157 or 5478859. OLE color: 5478859.

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

Color convert

RGB 203 153 83 -
CMYK 0 0.25 0.59 0.20
HSL 35º 0.54% 0.56% -
HSV(B) 35º 0.59% 0.8% -
XYZ 37.58 36.1 13.17 -
YUV 159.97 84.57 158.69 -
System Red Green Blue C M Y K H S L
Decimal 203 153 83 0 0.25 0.59 0.20 35 0.54 0.56
Hex CB 99 53 0 19 3B 14 23 36 38
Octal 313 231 123 0 31 73 24 43 66 70
Binary 11001011 10011001 1010011 0 11001 111011 10100 100011 110110 111000

Color Harmonies of #CB9953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9953

Black with #CB9953

Text Example


Text Example

White with #CB9953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9953; }

 p { color: rgb(203,153,83); }

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

background-color css

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

 a { background-color: rgb(203,153,83); }

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

border-color css

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

 span { border-color: rgb(203,153,83); }

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