Html Css Color HEX #CA954D Tussock

📋 copy color: '#CA954D'

red 202 ◦ green 149 ◦ blue 77

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

Shades of Tussock #CA954D

Tints of Tussock #CA954D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.99%

R = 47.2%
G = 34.81%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA954D (or 0xCA954D) is known color: Tussock. HEX triplet: CA, 95 and 4D. RGB value is (202,149,77). Sum of RGB (Red+Green+Blue) = 202+149+77=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA954D is #356AB2. Grayscale: #9C9C9C. Windows color (decimal): -3500723 or 5084618. OLE color: 5084618.

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

Color convert

RGB 202 149 77 -
CMYK 0 0.26 0.62 0.21
HSL 34.56º 0.54% 0.55% -
HSV(B) 34.56º 0.62% 0.79% -
XYZ 36.44 34.59 11.78 -
YUV 156.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 202 149 77 0 0.26 0.62 0.21 34.56 0.54 0.55
Hex CA 95 4D 0 1A 3E 15 23 36 37
Octal 312 225 115 0 32 76 25 43 66 67
Binary 11001010 10010101 1001101 0 11010 111110 10101 100011 110110 110111

Color Harmonies of #CA954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA954D

Black with #CA954D

Text Example


Text Example

White with #CA954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA954D; }

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

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

background-color css

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

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

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

border-color css

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

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

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