Html Css Color HEX #CA7645 Raw Sienna

📋 copy color: '#CA7645'

red 202 ◦ green 118 ◦ blue 69

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

Shades of Raw Sienna #CA7645

Tints of Raw Sienna #CA7645

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.33%

 BLUE value IS 69 (27.34% from 255) = 17.74%

R = 51.93%
G = 30.33%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA7645 (or 0xCA7645) is known color: Raw Sienna. HEX triplet: CA, 76 and 45. RGB value is (202,118,69). Sum of RGB (Red+Green+Blue) = 202+118+69=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7645 is #3589BA. Grayscale: #898989. Windows color (decimal): -3508667 or 4552394. OLE color: 4552394.

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

Color convert

RGB 202 118 69 -
CMYK 0 0.42 0.66 0.21
HSL 22.11º 0.56% 0.53% -
HSV(B) 22.11º 0.66% 0.79% -
XYZ 31.91 25.94 8.96 -
YUV 137.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 202 118 69 0 0.42 0.66 0.21 22.11 0.56 0.53
Hex CA 76 45 0 2A 42 15 16 38 35
Octal 312 166 105 0 52 102 25 26 70 65
Binary 11001010 1110110 1000101 0 101010 1000010 10101 10110 111000 110101

Color Harmonies of #CA7645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7645

Black with #CA7645

Text Example


Text Example

White with #CA7645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7645; }

 p { color: rgb(202,118,69); }

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

background-color css

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

 a { background-color: rgb(202,118,69); }

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

border-color css

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

 span { border-color: rgb(202,118,69); }

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