Html Css Color HEX #CB9350 Twine

📋 copy color: '#CB9350'

red 203 ◦ green 147 ◦ blue 80

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

Shades of Twine #CB9350

Tints of Twine #CB9350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.19%

 BLUE value IS 80 (31.64% from 255) = 18.6%

R = 47.21%
G = 34.19%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB9350 (or 0xCB9350) is known color: Twine. HEX triplet: CB, 93 and 50. RGB value is (203,147,80). Sum of RGB (Red+Green+Blue) = 203+147+80=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9350 is #346CAF. Grayscale: #9C9C9C. Windows color (decimal): -3435696 or 5280715. OLE color: 5280715.

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

Color convert

RGB 203 147 80 -
CMYK 0 0.28 0.61 0.20
HSL 32.68º 0.54% 0.55% -
HSV(B) 32.68º 0.61% 0.8% -
XYZ 36.51 34.14 12.26 -
YUV 156.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 203 147 80 0 0.28 0.61 0.20 32.68 0.54 0.55
Hex CB 93 50 0 1C 3D 14 21 36 37
Octal 313 223 120 0 34 75 24 41 66 67
Binary 11001011 10010011 1010000 0 11100 111101 10100 100001 110110 110111

Color Harmonies of #CB9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9350

Black with #CB9350

Text Example


Text Example

White with #CB9350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9350; }

 p { color: rgb(203,147,80); }

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

background-color css

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

 a { background-color: rgb(203,147,80); }

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

border-color css

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

 span { border-color: rgb(203,147,80); }

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