Html Css Color HEX #CA965A Twine

📋 copy color: '#CA965A'

red 202 ◦ green 150 ◦ blue 90

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

Shades of Twine #CA965A

Tints of Twine #CA965A

RGB

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

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

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

R = 45.7%
G = 33.94%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA965A (or 0xCA965A) is known color: Twine. HEX triplet: CA, 96 and 5A. RGB value is (202,150,90). Sum of RGB (Red+Green+Blue) = 202+150+90=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA965A is #3569A5. Grayscale: #9F9F9F. Windows color (decimal): -3500454 or 5936842. OLE color: 5936842.

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

Color convert

RGB 202 150 90 -
CMYK 0 0.26 0.55 0.21
HSL 32.14º 0.51% 0.57% -
HSV(B) 32.14º 0.55% 0.79% -
XYZ 37.11 35.11 14.49 -
YUV 158.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 202 150 90 0 0.26 0.55 0.21 32.14 0.51 0.57
Hex CA 96 5A 0 1A 37 15 20 33 39
Octal 312 226 132 0 32 67 25 40 63 71
Binary 11001010 10010110 1011010 0 11010 110111 10101 100000 110011 111001

Color Harmonies of #CA965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA965A

Black with #CA965A

Text Example


Text Example

White with #CA965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA965A; }

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

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

background-color css

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

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

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

border-color css

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

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

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