Html Css Color HEX #CA755F Japonica

📋 copy color: '#CA755F'

red 202 ◦ green 117 ◦ blue 95

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

Shades of Japonica #CA755F

Tints of Japonica #CA755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

 BLUE value IS 95 (37.5% from 255) = 22.95%

R = 48.79%
G = 28.26%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA755F (or 0xCA755F) is known color: Japonica. HEX triplet: CA, 75 and 5F. RGB value is (202,117,95). Sum of RGB (Red+Green+Blue) = 202+117+95=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA755F is #358AA0. Grayscale: #8C8C8C. Windows color (decimal): -3508897 or 6256074. OLE color: 6256074.

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

Color convert

RGB 202 117 95 -
CMYK 0 0.42 0.53 0.21
HSL 12.34º 0.5% 0.58% -
HSV(B) 12.34º 0.53% 0.79% -
XYZ 32.78 26.11 14.14 -
YUV 139.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 202 117 95 0 0.42 0.53 0.21 12.34 0.5 0.58
Hex CA 75 5F 0 2A 35 15 C 32 3A
Octal 312 165 137 0 52 65 25 14 62 72
Binary 11001010 1110101 1011111 0 101010 110101 10101 1100 110010 111010

Color Harmonies of #CA755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA755F

Black with #CA755F

Text Example


Text Example

White with #CA755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA755F; }

 p { color: rgb(202,117,95); }

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

background-color css

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

 a { background-color: rgb(202,117,95); }

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

border-color css

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

 span { border-color: rgb(202,117,95); }

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