Html Css Color HEX #CA7B54 Japonica

📋 copy color: '#CA7B54'

red 202 ◦ green 123 ◦ blue 84

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

Shades of Japonica #CA7B54

Tints of Japonica #CA7B54

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.07%

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

R = 49.39%
G = 30.07%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA7B54 (or 0xCA7B54) is known color: Japonica. HEX triplet: CA, 7B and 54. RGB value is (202,123,84). Sum of RGB (Red+Green+Blue) = 202+123+84=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B54 is #3584AB. Grayscale: #8E8E8E. Windows color (decimal): -3507372 or 5536714. OLE color: 5536714.

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

Color convert

RGB 202 123 84 -
CMYK 0 0.39 0.58 0.21
HSL 19.83º 0.53% 0.56% -
HSV(B) 19.83º 0.58% 0.79% -
XYZ 33.04 27.36 11.93 -
YUV 142.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 202 123 84 0 0.39 0.58 0.21 19.83 0.53 0.56
Hex CA 7B 54 0 27 3A 15 14 35 38
Octal 312 173 124 0 47 72 25 24 65 70
Binary 11001010 1111011 1010100 0 100111 111010 10101 10100 110101 111000

Color Harmonies of #CA7B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7B54

Black with #CA7B54

Text Example


Text Example

White with #CA7B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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