Html Css Color HEX #CA915A Twine

📋 copy color: '#CA915A'

red 202 ◦ green 145 ◦ blue 90

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

Shades of Twine #CA915A

Tints of Twine #CA915A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.18%

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

R = 46.22%
G = 33.18%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA915A (or 0xCA915A) is known color: Twine. HEX triplet: CA, 91 and 5A. RGB value is (202,145,90). Sum of RGB (Red+Green+Blue) = 202+145+90=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA915A is #356EA5. Grayscale: #9C9C9C. Windows color (decimal): -3501734 or 5935562. OLE color: 5935562.

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

Color convert

RGB 202 145 90 -
CMYK 0 0.28 0.55 0.21
HSL 29.46º 0.51% 0.57% -
HSV(B) 29.46º 0.55% 0.79% -
XYZ 36.33 33.55 14.23 -
YUV 155.77 90.88 160.97 -
System Red Green Blue C M Y K H S L
Decimal 202 145 90 0 0.28 0.55 0.21 29.46 0.51 0.57
Hex CA 91 5A 0 1C 37 15 1D 33 39
Octal 312 221 132 0 34 67 25 35 63 71
Binary 11001010 10010001 1011010 0 11100 110111 10101 11101 110011 111001

Color Harmonies of #CA915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA915A

Black with #CA915A

Text Example


Text Example

White with #CA915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA915A; }

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

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

background-color css

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

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

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

border-color css

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

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

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