Html Css Color HEX #CA975D Twine

📋 copy color: '#CA975D'

red 202 ◦ green 151 ◦ blue 93

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

Shades of Twine #CA975D

Tints of Twine #CA975D

RGB

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

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

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

R = 45.29%
G = 33.86%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA975D (or 0xCA975D) is known color: Twine. HEX triplet: CA, 97 and 5D. RGB value is (202,151,93). Sum of RGB (Red+Green+Blue) = 202+151+93=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA975D is #3568A2. Grayscale: #9F9F9F. Windows color (decimal): -3500195 or 6133706. OLE color: 6133706.

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

Color convert

RGB 202 151 93 -
CMYK 0 0.25 0.54 0.21
HSL 31.93º 0.51% 0.58% -
HSV(B) 31.93º 0.54% 0.79% -
XYZ 37.4 35.48 15.23 -
YUV 159.64 90.4 158.22 -
System Red Green Blue C M Y K H S L
Decimal 202 151 93 0 0.25 0.54 0.21 31.93 0.51 0.58
Hex CA 97 5D 0 19 36 15 20 33 3A
Octal 312 227 135 0 31 66 25 40 63 72
Binary 11001010 10010111 1011101 0 11001 110110 10101 100000 110011 111010

Color Harmonies of #CA975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA975D

Black with #CA975D

Text Example


Text Example

White with #CA975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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