Html Css Color HEX #CA9458 Twine

📋 copy color: '#CA9458'

red 202 ◦ green 148 ◦ blue 88

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

Shades of Twine #CA9458

Tints of Twine #CA9458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.79%

 BLUE value IS 88 (34.77% from 255) = 20.09%

R = 46.12%
G = 33.79%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA9458 (or 0xCA9458) is known color: Twine. HEX triplet: CA, 94 and 58. RGB value is (202,148,88). Sum of RGB (Red+Green+Blue) = 202+148+88=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9458 is #356BA7. Grayscale: #9D9D9D. Windows color (decimal): -3500968 or 5805258. OLE color: 5805258.

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

Color convert

RGB 202 148 88 -
CMYK 0 0.27 0.56 0.21
HSL 31.58º 0.52% 0.57% -
HSV(B) 31.58º 0.56% 0.79% -
XYZ 36.71 34.44 13.95 -
YUV 157.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 202 148 88 0 0.27 0.56 0.21 31.58 0.52 0.57
Hex CA 94 58 0 1B 38 15 20 34 39
Octal 312 224 130 0 33 70 25 40 64 71
Binary 11001010 10010100 1011000 0 11011 111000 10101 100000 110100 111001

Color Harmonies of #CA9458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9458

Black with #CA9458

Text Example


Text Example

White with #CA9458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9458; }

 p { color: rgb(202,148,88); }

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

background-color css

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

 a { background-color: rgb(202,148,88); }

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

border-color css

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

 span { border-color: rgb(202,148,88); }

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