Html Css Color HEX #CF7B53 Japonica

📋 copy color: '#CF7B53'

red 207 ◦ green 123 ◦ blue 83

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

Shades of Japonica #CF7B53

Tints of Japonica #CF7B53

RGB

 RED value IS 207 (81.25% from 255) = 50.12%

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

 BLUE value IS 83 (32.81% from 255) = 20.1%

R = 50.12%
G = 29.78%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF7B53 (or 0xCF7B53) is known color: Japonica. HEX triplet: CF, 7B and 53. RGB value is (207,123,83). Sum of RGB (Red+Green+Blue) = 207+123+83=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7B53 is #3084AC. Grayscale: #8F8F8F. Windows color (decimal): -3179693 or 5471183. OLE color: 5471183.

HSL color Cylindrical-coordinate representation of color #CF7B53: hue angle of 19.35º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF7B53 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 123 83 -
CMYK 0 0.41 0.60 0.19
HSL 19.35º 0.56% 0.57% -
HSV(B) 19.35º 0.6% 0.81% -
XYZ 34.38 28.06 11.79 -
YUV 143.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 207 123 83 0 0.41 0.60 0.19 19.35 0.56 0.57
Hex CF 7B 53 0 29 3C 13 13 38 39
Octal 317 173 123 0 51 74 23 23 70 71
Binary 11001111 1111011 1010011 0 101001 111100 10011 10011 111000 111001

Color Harmonies of #CF7B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7B53

Black with #CF7B53

Text Example


Text Example

White with #CF7B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7B53; }

 p { color: rgb(207,123,83); }

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

background-color css

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

 a { background-color: rgb(207,123,83); }

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

border-color css

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

 span { border-color: rgb(207,123,83); }

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