Html Css Color HEX #C0674B Flame Pea

📋 copy color: '#C0674B'

red 192 ◦ green 103 ◦ blue 75

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

Shades of Flame Pea #C0674B

Tints of Flame Pea #C0674B

RGB

 RED value IS 192 (75.39% from 255) = 51.89%

 GREEN value IS 103 (40.63% from 255) = 27.84%

 BLUE value IS 75 (29.69% from 255) = 20.27%

R = 51.89%
G = 27.84%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0674B (or 0xC0674B) is known color: Flame Pea. HEX triplet: C0, 67 and 4B. RGB value is (192,103,75). Sum of RGB (Red+Green+Blue) = 192+103+75=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0674B is #3F98B4. Grayscale: #7E7E7E. Windows color (decimal): -4167861 or 4941760. OLE color: 4941760.

HSL color Cylindrical-coordinate representation of color #C0674B: hue angle of 14.36º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0674B is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 103 75 -
CMYK 0 0.46 0.61 0.25
HSL 14.36º 0.48% 0.52% -
HSV(B) 14.36º 0.61% 0.75% -
XYZ 27.86 21.41 9.32 -
YUV 126.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 192 103 75 0 0.46 0.61 0.25 14.36 0.48 0.52
Hex C0 67 4B 0 2E 3D 19 E 30 34
Octal 300 147 113 0 56 75 31 16 60 64
Binary 11000000 1100111 1001011 0 101110 111101 11001 1110 110000 110100

Color Harmonies of #C0674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0674B

Black with #C0674B

Text Example


Text Example

White with #C0674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0674B; }

 p { color: rgb(192,103,75); }

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

background-color css

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

 a { background-color: rgb(192,103,75); }

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

border-color css

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

 span { border-color: rgb(192,103,75); }

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