Html Css Color HEX #CA9756 Twine

📋 copy color: '#CA9756'

red 202 ◦ green 151 ◦ blue 86

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

Shades of Twine #CA9756

Tints of Twine #CA9756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.59%

R = 46.01%
G = 34.4%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA9756 (or 0xCA9756) is known color: Twine. HEX triplet: CA, 97 and 56. RGB value is (202,151,86). Sum of RGB (Red+Green+Blue) = 202+151+86=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9756 is #3568A9. Grayscale: #9F9F9F. Windows color (decimal): -3500202 or 5674954. OLE color: 5674954.

HSL color Cylindrical-coordinate representation of color #CA9756: hue angle of 33.62º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA9756 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 151 86 -
CMYK 0 0.25 0.57 0.21
HSL 33.62º 0.52% 0.56% -
HSV(B) 33.62º 0.57% 0.79% -
XYZ 37.1 35.36 13.67 -
YUV 158.84 86.9 158.79 -
System Red Green Blue C M Y K H S L
Decimal 202 151 86 0 0.25 0.57 0.21 33.62 0.52 0.56
Hex CA 97 56 0 19 39 15 22 34 38
Octal 312 227 126 0 31 71 25 42 64 70
Binary 11001010 10010111 1010110 0 11001 111001 10101 100010 110100 111000

Color Harmonies of #CA9756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9756

Black with #CA9756

Text Example


Text Example

White with #CA9756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9756; }

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

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

background-color css

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

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

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

border-color css

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

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

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