Html Css Color HEX #CF6F54 Japonica

📋 copy color: '#CF6F54'

red 207 ◦ green 111 ◦ blue 84

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

Shades of Japonica #CF6F54

Tints of Japonica #CF6F54

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.61%

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

R = 51.49%
G = 27.61%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF6F54 (or 0xCF6F54) is known color: Japonica. HEX triplet: CF, 6F and 54. RGB value is (207,111,84). Sum of RGB (Red+Green+Blue) = 207+111+84=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F54 is #3090AB. Grayscale: #888888. Windows color (decimal): -3182764 or 5533647. OLE color: 5533647.

HSL color Cylindrical-coordinate representation of color #CF6F54: hue angle of 13.17º 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 #CF6F54 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 111 84 -
CMYK 0 0.46 0.59 0.19
HSL 13.17º 0.56% 0.57% -
HSV(B) 13.17º 0.59% 0.81% -
XYZ 33.02 25.27 11.53 -
YUV 136.63 98.3 178.2 -
System Red Green Blue C M Y K H S L
Decimal 207 111 84 0 0.46 0.59 0.19 13.17 0.56 0.57
Hex CF 6F 54 0 2E 3B 13 D 38 39
Octal 317 157 124 0 56 73 23 15 70 71
Binary 11001111 1101111 1010100 0 101110 111011 10011 1101 111000 111001

Color Harmonies of #CF6F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F54

Black with #CF6F54

Text Example


Text Example

White with #CF6F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F54; }

 p { color: rgb(207,111,84); }

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

background-color css

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

 a { background-color: rgb(207,111,84); }

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

border-color css

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

 span { border-color: rgb(207,111,84); }

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