Html Css Color HEX #CF631C Chocolate

📋 copy color: '#CF631C'

red 207 ◦ green 99 ◦ blue 28

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

Shades of Chocolate #CF631C

Tints of Chocolate #CF631C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

 BLUE value IS 28 (11.33% from 255) = 8.38%

R = 61.98%
G = 29.64%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF631C (or 0xCF631C) is known color: Chocolate. HEX triplet: CF, 63 and 1C. RGB value is (207,99,28). Sum of RGB (Red+Green+Blue) = 207+99+28=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF631C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF631C is #309CE3. Grayscale: #7B7B7B. Windows color (decimal): -3185892 or 1860559. OLE color: 1860559.

HSL color Cylindrical-coordinate representation of color #CF631C: hue angle of 23.8º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF631C is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 99 28 -
CMYK 0 0.52 0.86 0.19
HSL 23.8º 0.76% 0.46% -
HSV(B) 23.8º 0.86% 0.81% -
XYZ 30.4 22.27 3.8 -
YUV 123.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 207 99 28 0 0.52 0.86 0.19 23.8 0.76 0.46
Hex CF 63 1C 0 34 56 13 18 4C 2E
Octal 317 143 34 0 64 126 23 30 114 56
Binary 11001111 1100011 11100 0 110100 1010110 10011 11000 1001100 101110

Color Harmonies of #CF631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF631C

Black with #CF631C

Text Example


Text Example

White with #CF631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF631C; }

 p { color: rgb(207,99,28); }

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

background-color css

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

 a { background-color: rgb(207,99,28); }

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

border-color css

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

 span { border-color: rgb(207,99,28); }

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