Html Css Color HEX #CA6E5B Japonica

📋 copy color: '#CA6E5B'

red 202 ◦ green 110 ◦ blue 91

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

Shades of Japonica #CA6E5B

Tints of Japonica #CA6E5B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.3%

 BLUE value IS 91 (35.94% from 255) = 22.58%

R = 50.12%
G = 27.3%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA6E5B (or 0xCA6E5B) is known color: Japonica. HEX triplet: CA, 6E and 5B. RGB value is (202,110,91). Sum of RGB (Red+Green+Blue) = 202+110+91=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6E5B is #3591A4. Grayscale: #878787. Windows color (decimal): -3510693 or 5992138. OLE color: 5992138.

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

Color convert

RGB 202 110 91 -
CMYK 0 0.46 0.55 0.21
HSL 10.27º 0.51% 0.57% -
HSV(B) 10.27º 0.55% 0.79% -
XYZ 31.82 24.46 12.94 -
YUV 135.34 102.98 175.54 -
System Red Green Blue C M Y K H S L
Decimal 202 110 91 0 0.46 0.55 0.21 10.27 0.51 0.57
Hex CA 6E 5B 0 2E 37 15 A 33 39
Octal 312 156 133 0 56 67 25 12 63 71
Binary 11001010 1101110 1011011 0 101110 110111 10101 1010 110011 111001

Color Harmonies of #CA6E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6E5B

Black with #CA6E5B

Text Example


Text Example

White with #CA6E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6E5B; }

 p { color: rgb(202,110,91); }

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

background-color css

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

 a { background-color: rgb(202,110,91); }

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

border-color css

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

 span { border-color: rgb(202,110,91); }

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