Html Css Color HEX #CA7754 Japonica

📋 copy color: '#CA7754'

red 202 ◦ green 119 ◦ blue 84

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

Shades of Japonica #CA7754

Tints of Japonica #CA7754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.74%

R = 49.88%
G = 29.38%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA7754 (or 0xCA7754) is known color: Japonica. HEX triplet: CA, 77 and 54. RGB value is (202,119,84). Sum of RGB (Red+Green+Blue) = 202+119+84=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7754 is #3588AB. Grayscale: #8C8C8C. Windows color (decimal): -3508396 or 5535690. OLE color: 5535690.

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

Color convert

RGB 202 119 84 -
CMYK 0 0.41 0.58 0.21
HSL 17.8º 0.53% 0.56% -
HSV(B) 17.8º 0.58% 0.79% -
XYZ 32.55 26.39 11.77 -
YUV 139.83 96.5 172.35 -
System Red Green Blue C M Y K H S L
Decimal 202 119 84 0 0.41 0.58 0.21 17.8 0.53 0.56
Hex CA 77 54 0 29 3A 15 12 35 38
Octal 312 167 124 0 51 72 25 22 65 70
Binary 11001010 1110111 1010100 0 101001 111010 10101 10010 110101 111000

Color Harmonies of #CA7754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7754

Black with #CA7754

Text Example


Text Example

White with #CA7754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7754; }

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

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

background-color css

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

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

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

border-color css

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

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

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