Html Css Color HEX #CA7A42 Raw Sienna

📋 copy color: '#CA7A42'

red 202 ◦ green 122 ◦ blue 66

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

Shades of Raw Sienna #CA7A42

Tints of Raw Sienna #CA7A42

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.28%

 BLUE value IS 66 (26.17% from 255) = 16.92%

R = 51.79%
G = 31.28%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA7A42 (or 0xCA7A42) is known color: Raw Sienna. HEX triplet: CA, 7A and 42. RGB value is (202,122,66). Sum of RGB (Red+Green+Blue) = 202+122+66=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A42 is #3585BD. Grayscale: #8B8B8B. Windows color (decimal): -3507646 or 4356810. OLE color: 4356810.

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

Color convert

RGB 202 122 66 -
CMYK 0 0.40 0.67 0.21
HSL 24.71º 0.56% 0.53% -
HSV(B) 24.71º 0.67% 0.79% -
XYZ 32.3 26.87 8.64 -
YUV 139.54 86.5 172.55 -
System Red Green Blue C M Y K H S L
Decimal 202 122 66 0 0.40 0.67 0.21 24.71 0.56 0.53
Hex CA 7A 42 0 28 43 15 19 38 35
Octal 312 172 102 0 50 103 25 31 70 65
Binary 11001010 1111010 1000010 0 101000 1000011 10101 11001 111000 110101

Color Harmonies of #CA7A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A42

Black with #CA7A42

Text Example


Text Example

White with #CA7A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A42; }

 p { color: rgb(202,122,66); }

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

background-color css

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

 a { background-color: rgb(202,122,66); }

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

border-color css

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

 span { border-color: rgb(202,122,66); }

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