Html Css Color HEX #CF6954 Japonica

📋 copy color: '#CF6954'

red 207 ◦ green 105 ◦ blue 84

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

Shades of Japonica #CF6954

Tints of Japonica #CF6954

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.52%

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

R = 52.27%
G = 26.52%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF6954 (or 0xCF6954) is known color: Japonica. HEX triplet: CF, 69 and 54. RGB value is (207,105,84). Sum of RGB (Red+Green+Blue) = 207+105+84=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6954 is #3096AB. Grayscale: #858585. Windows color (decimal): -3184300 or 5532111. OLE color: 5532111.

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

Color convert

RGB 207 105 84 -
CMYK 0 0.49 0.59 0.19
HSL 10.24º 0.56% 0.57% -
HSV(B) 10.24º 0.59% 0.81% -
XYZ 32.38 24.01 11.31 -
YUV 133.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 207 105 84 0 0.49 0.59 0.19 10.24 0.56 0.57
Hex CF 69 54 0 31 3B 13 A 38 39
Octal 317 151 124 0 61 73 23 12 70 71
Binary 11001111 1101001 1010100 0 110001 111011 10011 1010 111000 111001

Color Harmonies of #CF6954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6954

Black with #CF6954

Text Example


Text Example

White with #CF6954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6954; }

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

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

background-color css

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

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

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

border-color css

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

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

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