Html Css Color HEX #CF7455 Japonica

📋 copy color: '#CF7455'

red 207 ◦ green 116 ◦ blue 85

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

Shades of Japonica #CF7455

Tints of Japonica #CF7455

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.43%

 BLUE value IS 85 (33.59% from 255) = 20.83%

R = 50.74%
G = 28.43%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF7455 (or 0xCF7455) is known color: Japonica. HEX triplet: CF, 74 and 55. RGB value is (207,116,85). Sum of RGB (Red+Green+Blue) = 207+116+85=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7455 is #308BAA. Grayscale: #8B8B8B. Windows color (decimal): -3181483 or 5600463. OLE color: 5600463.

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

Color convert

RGB 207 116 85 -
CMYK 0 0.44 0.59 0.19
HSL 15.25º 0.56% 0.57% -
HSV(B) 15.25º 0.59% 0.81% -
XYZ 33.62 26.41 11.92 -
YUV 139.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 207 116 85 0 0.44 0.59 0.19 15.25 0.56 0.57
Hex CF 74 55 0 2C 3B 13 F 38 39
Octal 317 164 125 0 54 73 23 17 70 71
Binary 11001111 1110100 1010101 0 101100 111011 10011 1111 111000 111001

Color Harmonies of #CF7455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7455

Black with #CF7455

Text Example


Text Example

White with #CF7455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7455; }

 p { color: rgb(207,116,85); }

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

background-color css

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

 a { background-color: rgb(207,116,85); }

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

border-color css

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

 span { border-color: rgb(207,116,85); }

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