Html Css Color HEX #CA6D5B Japonica

📋 copy color: '#CA6D5B'

red 202 ◦ green 109 ◦ blue 91

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

Shades of Japonica #CA6D5B

Tints of Japonica #CA6D5B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.11%

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

R = 50.25%
G = 27.11%
B = 22.64%

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

#CA6D5B (or 0xCA6D5B) is known color: Japonica. HEX triplet: CA, 6D and 5B. RGB value is (202,109,91). Sum of RGB (Red+Green+Blue) = 202+109+91=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6D5B is #3592A4. Grayscale: #868686. Windows color (decimal): -3510949 or 5991882. OLE color: 5991882.

HSL color Cylindrical-coordinate representation of color #CA6D5B: hue angle of 9.73º 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 #CA6D5B is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 109 91 -
CMYK 0 0.46 0.55 0.21
HSL 9.73º 0.51% 0.57% -
HSV(B) 9.73º 0.55% 0.79% -
XYZ 31.71 24.25 12.91 -
YUV 134.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 202 109 91 0 0.46 0.55 0.21 9.73 0.51 0.57
Hex CA 6D 5B 0 2E 37 15 A 33 39
Octal 312 155 133 0 56 67 25 12 63 71
Binary 11001010 1101101 1011011 0 101110 110111 10101 1010 110011 111001

Color Harmonies of #CA6D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6D5B

Black with #CA6D5B

Text Example


Text Example

White with #CA6D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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