Html Css Color HEX #CA954F Twine

📋 copy color: '#CA954F'

red 202 ◦ green 149 ◦ blue 79

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

Shades of Twine #CA954F

Tints of Twine #CA954F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.65%

 BLUE value IS 79 (31.25% from 255) = 18.37%

R = 46.98%
G = 34.65%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA954F (or 0xCA954F) is known color: Twine. HEX triplet: CA, 95 and 4F. RGB value is (202,149,79). Sum of RGB (Red+Green+Blue) = 202+149+79=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA954F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA954F is #356AB0. Grayscale: #9D9D9D. Windows color (decimal): -3500721 or 5215690. OLE color: 5215690.

HSL color Cylindrical-coordinate representation of color #CA954F: hue angle of 34.15º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA954F is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 79 -
CMYK 0 0.26 0.61 0.21
HSL 34.15º 0.54% 0.55% -
HSV(B) 34.15º 0.61% 0.79% -
XYZ 36.52 34.62 12.15 -
YUV 156.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 202 149 79 0 0.26 0.61 0.21 34.15 0.54 0.55
Hex CA 95 4F 0 1A 3D 15 22 36 37
Octal 312 225 117 0 32 75 25 42 66 67
Binary 11001010 10010101 1001111 0 11010 111101 10101 100010 110110 110111

Color Harmonies of #CA954F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA954F

Black with #CA954F

Text Example


Text Example

White with #CA954F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA954F; }

 p { color: rgb(202,149,79); }

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

background-color css

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

 a { background-color: rgb(202,149,79); }

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

border-color css

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

 span { border-color: rgb(202,149,79); }

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