Html Css Color HEX #CB995A Twine

📋 copy color: '#CB995A'

red 203 ◦ green 153 ◦ blue 90

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

Shades of Twine #CB995A

Tints of Twine #CB995A

RGB

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

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

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

R = 45.52%
G = 34.3%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB995A (or 0xCB995A) is known color: Twine. HEX triplet: CB, 99 and 5A. RGB value is (203,153,90). Sum of RGB (Red+Green+Blue) = 203+153+90=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB995A is #3466A5. Grayscale: #A1A1A1. Windows color (decimal): -3434150 or 5937611. OLE color: 5937611.

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

Color convert

RGB 203 153 90 -
CMYK 0 0.25 0.56 0.20
HSL 33.45º 0.52% 0.57% -
HSV(B) 33.45º 0.56% 0.8% -
XYZ 37.87 36.22 14.67 -
YUV 160.77 88.07 158.12 -
System Red Green Blue C M Y K H S L
Decimal 203 153 90 0 0.25 0.56 0.20 33.45 0.52 0.57
Hex CB 99 5A 0 19 38 14 21 34 39
Octal 313 231 132 0 31 70 24 41 64 71
Binary 11001011 10011001 1011010 0 11001 111000 10100 100001 110100 111001

Color Harmonies of #CB995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB995A

Black with #CB995A

Text Example


Text Example

White with #CB995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB995A; }

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

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

background-color css

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

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

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

border-color css

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

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

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