Html Css Color HEX #CA7462 Japonica

📋 copy color: '#CA7462'

red 202 ◦ green 116 ◦ blue 98

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

Shades of Japonica #CA7462

Tints of Japonica #CA7462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.88%

 BLUE value IS 98 (38.67% from 255) = 23.56%

R = 48.56%
G = 27.88%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA7462 (or 0xCA7462) is known color: Japonica. HEX triplet: CA, 74 and 62. RGB value is (202,116,98). Sum of RGB (Red+Green+Blue) = 202+116+98=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7462 is #358B9D. Grayscale: #8B8B8B. Windows color (decimal): -3509150 or 6452426. OLE color: 6452426.

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

Color convert

RGB 202 116 98 -
CMYK 0 0.43 0.51 0.21
HSL 10.38º 0.5% 0.59% -
HSV(B) 10.38º 0.51% 0.79% -
XYZ 32.81 25.93 14.83 -
YUV 139.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 202 116 98 0 0.43 0.51 0.21 10.38 0.5 0.59
Hex CA 74 62 0 2B 33 15 A 32 3B
Octal 312 164 142 0 53 63 25 12 62 73
Binary 11001010 1110100 1100010 0 101011 110011 10101 1010 110010 111011

Color Harmonies of #CA7462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7462

Black with #CA7462

Text Example


Text Example

White with #CA7462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7462; }

 p { color: rgb(202,116,98); }

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

background-color css

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

 a { background-color: rgb(202,116,98); }

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

border-color css

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

 span { border-color: rgb(202,116,98); }

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