Html Css Color HEX #CF6D54 Japonica

📋 copy color: '#CF6D54'

red 207 ◦ green 109 ◦ blue 84

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

Shades of Japonica #CF6D54

Tints of Japonica #CF6D54

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.25%

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

R = 51.75%
G = 27.25%
B = 21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF6D54 (or 0xCF6D54) is known color: Japonica. HEX triplet: CF, 6D and 54. RGB value is (207,109,84). Sum of RGB (Red+Green+Blue) = 207+109+84=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D54 is #3092AB. Grayscale: #878787. Windows color (decimal): -3183276 or 5533135. OLE color: 5533135.

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

Color convert

RGB 207 109 84 -
CMYK 0 0.47 0.59 0.19
HSL 12.2º 0.56% 0.57% -
HSV(B) 12.2º 0.59% 0.81% -
XYZ 32.8 24.84 11.45 -
YUV 135.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 207 109 84 0 0.47 0.59 0.19 12.2 0.56 0.57
Hex CF 6D 54 0 2F 3B 13 C 38 39
Octal 317 155 124 0 57 73 23 14 70 71
Binary 11001111 1101101 1010100 0 101111 111011 10011 1100 111000 111001

Color Harmonies of #CF6D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D54

Black with #CF6D54

Text Example


Text Example

White with #CF6D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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