Html Css Color HEX #CA775C Japonica

📋 copy color: '#CA775C'

red 202 ◦ green 119 ◦ blue 92

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

Shades of Japonica #CA775C

Tints of Japonica #CA775C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.81%

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

R = 48.91%
G = 28.81%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA775C (or 0xCA775C) is known color: Japonica. HEX triplet: CA, 77 and 5C. RGB value is (202,119,92). Sum of RGB (Red+Green+Blue) = 202+119+92=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA775C is #3588A3. Grayscale: #8C8C8C. Windows color (decimal): -3508388 or 6059978. OLE color: 6059978.

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

Color convert

RGB 202 119 92 -
CMYK 0 0.41 0.54 0.21
HSL 14.73º 0.51% 0.58% -
HSV(B) 14.73º 0.54% 0.79% -
XYZ 32.89 26.52 13.51 -
YUV 140.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 202 119 92 0 0.41 0.54 0.21 14.73 0.51 0.58
Hex CA 77 5C 0 29 36 15 F 33 3A
Octal 312 167 134 0 51 66 25 17 63 72
Binary 11001010 1110111 1011100 0 101001 110110 10101 1111 110011 111010

Color Harmonies of #CA775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA775C

Black with #CA775C

Text Example


Text Example

White with #CA775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA775C; }

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

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

background-color css

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

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

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

border-color css

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

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

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