Html Css Color HEX #CB965B Twine

📋 copy color: '#CB965B'

red 203 ◦ green 150 ◦ blue 91

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

Shades of Twine #CB965B

Tints of Twine #CB965B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.78%

 BLUE value IS 91 (35.94% from 255) = 20.5%

R = 45.72%
G = 33.78%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB965B (or 0xCB965B) is known color: Twine. HEX triplet: CB, 96 and 5B. RGB value is (203,150,91). Sum of RGB (Red+Green+Blue) = 203+150+91=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB965B is #3469A4. Grayscale: #9F9F9F. Windows color (decimal): -3434917 or 6002379. OLE color: 6002379.

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

Color convert

RGB 203 150 91 -
CMYK 0 0.26 0.55 0.20
HSL 31.61º 0.52% 0.58% -
HSV(B) 31.61º 0.55% 0.8% -
XYZ 37.42 35.26 14.73 -
YUV 159.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 203 150 91 0 0.26 0.55 0.20 31.61 0.52 0.58
Hex CB 96 5B 0 1A 37 14 20 34 3A
Octal 313 226 133 0 32 67 24 40 64 72
Binary 11001011 10010110 1011011 0 11010 110111 10100 100000 110100 111010

Color Harmonies of #CB965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB965B

Black with #CB965B

Text Example


Text Example

White with #CB965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB965B; }

 p { color: rgb(203,150,91); }

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

background-color css

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

 a { background-color: rgb(203,150,91); }

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

border-color css

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

 span { border-color: rgb(203,150,91); }

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