Html Css Color HEX #CA955A Twine

📋 copy color: '#CA955A'

red 202 ◦ green 149 ◦ blue 90

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

Shades of Twine #CA955A

Tints of Twine #CA955A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.79%

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

R = 45.8%
G = 33.79%
B = 20.41%

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

#CA955A (or 0xCA955A) is known color: Twine. HEX triplet: CA, 95 and 5A. RGB value is (202,149,90). Sum of RGB (Red+Green+Blue) = 202+149+90=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA955A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA955A is #356AA5. Grayscale: #9E9E9E. Windows color (decimal): -3500710 or 5936586. OLE color: 5936586.

HSL color Cylindrical-coordinate representation of color #CA955A: hue angle of 31.61º 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 #CA955A is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 90 -
CMYK 0 0.26 0.55 0.21
HSL 31.61º 0.51% 0.57% -
HSV(B) 31.61º 0.55% 0.79% -
XYZ 36.95 34.79 14.44 -
YUV 158.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 202 149 90 0 0.26 0.55 0.21 31.61 0.51 0.57
Hex CA 95 5A 0 1A 37 15 20 33 39
Octal 312 225 132 0 32 67 25 40 63 71
Binary 11001010 10010101 1011010 0 11010 110111 10101 100000 110011 111001

Color Harmonies of #CA955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA955A

Black with #CA955A

Text Example


Text Example

White with #CA955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA955A; }

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

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

background-color css

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

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

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

border-color css

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

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

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