Html Css Color HEX #CA975C Twine

📋 copy color: '#CA975C'

red 202 ◦ green 151 ◦ blue 92

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

Shades of Twine #CA975C

Tints of Twine #CA975C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.67%

R = 45.39%
G = 33.93%
B = 20.67%

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

#CA975C (or 0xCA975C) is known color: Twine. HEX triplet: CA, 97 and 5C. RGB value is (202,151,92). Sum of RGB (Red+Green+Blue) = 202+151+92=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA975C is #3568A3. Grayscale: #9F9F9F. Windows color (decimal): -3500196 or 6068170. OLE color: 6068170.

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

Color convert

RGB 202 151 92 -
CMYK 0 0.25 0.54 0.21
HSL 32.18º 0.51% 0.58% -
HSV(B) 32.18º 0.54% 0.79% -
XYZ 37.36 35.46 15 -
YUV 159.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 202 151 92 0 0.25 0.54 0.21 32.18 0.51 0.58
Hex CA 97 5C 0 19 36 15 20 33 3A
Octal 312 227 134 0 31 66 25 40 63 72
Binary 11001010 10010111 1011100 0 11001 110110 10101 100000 110011 111010

Color Harmonies of #CA975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA975C

Black with #CA975C

Text Example


Text Example

White with #CA975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA975C; }

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

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

background-color css

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

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

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

border-color css

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

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

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