Html Css Color HEX #CA6B5C Japonica

📋 copy color: '#CA6B5C'

red 202 ◦ green 107 ◦ blue 92

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

Shades of Japonica #CA6B5C

Tints of Japonica #CA6B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.68%

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

R = 50.37%
G = 26.68%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA6B5C (or 0xCA6B5C) is known color: Japonica. HEX triplet: CA, 6B and 5C. RGB value is (202,107,92). Sum of RGB (Red+Green+Blue) = 202+107+92=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B5C is #3594A3. Grayscale: #858585. Windows color (decimal): -3511460 or 6056906. OLE color: 6056906.

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

Color convert

RGB 202 107 92 -
CMYK 0 0.47 0.54 0.21
HSL 8.18º 0.51% 0.58% -
HSV(B) 8.18º 0.54% 0.79% -
XYZ 31.55 23.84 13.07 -
YUV 133.7 104.47 176.72 -
System Red Green Blue C M Y K H S L
Decimal 202 107 92 0 0.47 0.54 0.21 8.18 0.51 0.58
Hex CA 6B 5C 0 2F 36 15 8 33 3A
Octal 312 153 134 0 57 66 25 10 63 72
Binary 11001010 1101011 1011100 0 101111 110110 10101 1000 110011 111010

Color Harmonies of #CA6B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B5C

Black with #CA6B5C

Text Example


Text Example

White with #CA6B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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