Html Css Color HEX #CA7658 Japonica

📋 copy color: '#CA7658'

red 202 ◦ green 118 ◦ blue 88

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

Shades of Japonica #CA7658

Tints of Japonica #CA7658

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.92%

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

R = 49.51%
G = 28.92%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA7658 (or 0xCA7658) is known color: Japonica. HEX triplet: CA, 76 and 58. RGB value is (202,118,88). Sum of RGB (Red+Green+Blue) = 202+118+88=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7658 is #3589A7. Grayscale: #8B8B8B. Windows color (decimal): -3508648 or 5797578. OLE color: 5797578.

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

Color convert

RGB 202 118 88 -
CMYK 0 0.42 0.56 0.21
HSL 15.79º 0.52% 0.57% -
HSV(B) 15.79º 0.56% 0.79% -
XYZ 32.6 26.22 12.58 -
YUV 139.7 98.83 172.44 -
System Red Green Blue C M Y K H S L
Decimal 202 118 88 0 0.42 0.56 0.21 15.79 0.52 0.57
Hex CA 76 58 0 2A 38 15 10 34 39
Octal 312 166 130 0 52 70 25 20 64 71
Binary 11001010 1110110 1011000 0 101010 111000 10101 10000 110100 111001

Color Harmonies of #CA7658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7658

Black with #CA7658

Text Example


Text Example

White with #CA7658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7658; }

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

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

background-color css

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

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

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

border-color css

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

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

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