Html Css Color HEX #CA725C Japonica

📋 copy color: '#CA725C'

red 202 ◦ green 114 ◦ blue 92

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

Shades of Japonica #CA725C

Tints of Japonica #CA725C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.94%

 BLUE value IS 92 (36.33% from 255) = 22.55%

R = 49.51%
G = 27.94%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA725C (or 0xCA725C) is known color: Japonica. HEX triplet: CA, 72 and 5C. RGB value is (202,114,92). Sum of RGB (Red+Green+Blue) = 202+114+92=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA725C is #358DA3. Grayscale: #898989. Windows color (decimal): -3509668 or 6058698. OLE color: 6058698.

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

Color convert

RGB 202 114 92 -
CMYK 0 0.44 0.54 0.21
HSL 12º 0.51% 0.58% -
HSV(B) 12º 0.54% 0.79% -
XYZ 32.31 25.36 13.32 -
YUV 137.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 202 114 92 0 0.44 0.54 0.21 12 0.51 0.58
Hex CA 72 5C 0 2C 36 15 C 33 3A
Octal 312 162 134 0 54 66 25 14 63 72
Binary 11001010 1110010 1011100 0 101100 110110 10101 1100 110011 111010

Color Harmonies of #CA725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA725C

Black with #CA725C

Text Example


Text Example

White with #CA725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA725C; }

 p { color: rgb(202,114,92); }

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

background-color css

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

 a { background-color: rgb(202,114,92); }

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

border-color css

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

 span { border-color: rgb(202,114,92); }

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