Html Css Color HEX #CA6A58 Japonica

📋 copy color: '#CA6A58'

red 202 ◦ green 106 ◦ blue 88

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

Shades of Japonica #CA6A58

Tints of Japonica #CA6A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.77%

 BLUE value IS 88 (34.77% from 255) = 22.22%

R = 51.01%
G = 26.77%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA6A58 (or 0xCA6A58) is known color: Japonica. HEX triplet: CA, 6A and 58. RGB value is (202,106,88). Sum of RGB (Red+Green+Blue) = 202+106+88=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A58 is #3595A7. Grayscale: #848484. Windows color (decimal): -3511720 or 5794506. OLE color: 5794506.

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

Color convert

RGB 202 106 88 -
CMYK 0 0.48 0.56 0.21
HSL 9.47º 0.52% 0.57% -
HSV(B) 9.47º 0.56% 0.79% -
XYZ 31.27 23.57 12.13 -
YUV 132.65 102.8 177.46 -
System Red Green Blue C M Y K H S L
Decimal 202 106 88 0 0.48 0.56 0.21 9.47 0.52 0.57
Hex CA 6A 58 0 30 38 15 9 34 39
Octal 312 152 130 0 60 70 25 11 64 71
Binary 11001010 1101010 1011000 0 110000 111000 10101 1001 110100 111001

Color Harmonies of #CA6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6A58

Black with #CA6A58

Text Example


Text Example

White with #CA6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6A58; }

 p { color: rgb(202,106,88); }

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

background-color css

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

 a { background-color: rgb(202,106,88); }

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

border-color css

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

 span { border-color: rgb(202,106,88); }

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