Html Css Color HEX #CA965D Twine

📋 copy color: '#CA965D'

red 202 ◦ green 150 ◦ blue 93

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

Shades of Twine #CA965D

Tints of Twine #CA965D

RGB

 RED value IS 202 (79.3% from 255) = 45.39%

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

 BLUE value IS 93 (36.72% from 255) = 20.9%

R = 45.39%
G = 33.71%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA965D (or 0xCA965D) is known color: Twine. HEX triplet: CA, 96 and 5D. RGB value is (202,150,93). Sum of RGB (Red+Green+Blue) = 202+150+93=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA965D is #3569A2. Grayscale: #9F9F9F. Windows color (decimal): -3500451 or 6133450. OLE color: 6133450.

HSL color Cylindrical-coordinate representation of color #CA965D: hue angle of 31.38º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA965D is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 150 93 -
CMYK 0 0.26 0.54 0.21
HSL 31.38º 0.51% 0.58% -
HSV(B) 31.38º 0.54% 0.79% -
XYZ 37.24 35.16 15.18 -
YUV 159.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 202 150 93 0 0.26 0.54 0.21 31.38 0.51 0.58
Hex CA 96 5D 0 1A 36 15 1F 33 3A
Octal 312 226 135 0 32 66 25 37 63 72
Binary 11001010 10010110 1011101 0 11010 110110 10101 11111 110011 111010

Color Harmonies of #CA965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA965D

Black with #CA965D

Text Example


Text Example

White with #CA965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA965D; }

 p { color: rgb(202,150,93); }

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

background-color css

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

 a { background-color: rgb(202,150,93); }

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

border-color css

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

 span { border-color: rgb(202,150,93); }

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