Html Css Color HEX #CF6B57 Japonica

📋 copy color: '#CF6B57'

red 207 ◦ green 107 ◦ blue 87

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

Shades of Japonica #CF6B57

Tints of Japonica #CF6B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.7%

R = 51.62%
G = 26.68%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF6B57 (or 0xCF6B57) is known color: Japonica. HEX triplet: CF, 6B and 57. RGB value is (207,107,87). Sum of RGB (Red+Green+Blue) = 207+107+87=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6B57 is #3094A8. Grayscale: #868686. Windows color (decimal): -3183785 or 5729231. OLE color: 5729231.

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

Color convert

RGB 207 107 87 -
CMYK 0 0.48 0.58 0.19
HSL 10º 0.56% 0.58% -
HSV(B) 10º 0.58% 0.81% -
XYZ 32.71 24.47 12.02 -
YUV 134.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 207 107 87 0 0.48 0.58 0.19 10 0.56 0.58
Hex CF 6B 57 0 30 3A 13 A 38 3A
Octal 317 153 127 0 60 72 23 12 70 72
Binary 11001111 1101011 1010111 0 110000 111010 10011 1010 111000 111010

Color Harmonies of #CF6B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6B57

Black with #CF6B57

Text Example


Text Example

White with #CF6B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6B57; }

 p { color: rgb(207,107,87); }

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

background-color css

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

 a { background-color: rgb(207,107,87); }

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

border-color css

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

 span { border-color: rgb(207,107,87); }

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