Html Css Color HEX #CA975B Twine

📋 copy color: '#CA975B'

red 202 ◦ green 151 ◦ blue 91

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

Shades of Twine #CA975B

Tints of Twine #CA975B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.01%

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

R = 45.5%
G = 34.01%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA975B (or 0xCA975B) is known color: Twine. HEX triplet: CA, 97 and 5B. RGB value is (202,151,91). Sum of RGB (Red+Green+Blue) = 202+151+91=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA975B is #3568A4. Grayscale: #9F9F9F. Windows color (decimal): -3500197 or 6002634. OLE color: 6002634.

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

Color convert

RGB 202 151 91 -
CMYK 0 0.25 0.55 0.21
HSL 32.43º 0.51% 0.57% -
HSV(B) 32.43º 0.55% 0.79% -
XYZ 37.31 35.45 14.77 -
YUV 159.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 202 151 91 0 0.25 0.55 0.21 32.43 0.51 0.57
Hex CA 97 5B 0 19 37 15 20 33 39
Octal 312 227 133 0 31 67 25 40 63 71
Binary 11001010 10010111 1011011 0 11001 110111 10101 100000 110011 111001

Color Harmonies of #CA975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA975B

Black with #CA975B

Text Example


Text Example

White with #CA975B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA975B; }

 p { color: rgb(202,151,91); }

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

background-color css

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

 a { background-color: rgb(202,151,91); }

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

border-color css

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

 span { border-color: rgb(202,151,91); }

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