Html Css Color HEX #C0634B Flame Pea

📋 copy color: '#C0634B'

red 192 ◦ green 99 ◦ blue 75

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

Shades of Flame Pea #C0634B

Tints of Flame Pea #C0634B

RGB

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

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

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

R = 52.46%
G = 27.05%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0634B (or 0xC0634B) is known color: Flame Pea. HEX triplet: C0, 63 and 4B. RGB value is (192,99,75). Sum of RGB (Red+Green+Blue) = 192+99+75=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0634B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0634B is #3F9CB4. Grayscale: #7C7C7C. Windows color (decimal): -4168885 or 4940736. OLE color: 4940736.

HSL color Cylindrical-coordinate representation of color #C0634B: hue angle of 12.31º 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 #C0634B is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 75 -
CMYK 0 0.48 0.61 0.25
HSL 12.31º 0.48% 0.52% -
HSV(B) 12.31º 0.61% 0.75% -
XYZ 27.47 20.64 9.19 -
YUV 124.07 100.31 176.45 -
System Red Green Blue C M Y K H S L
Decimal 192 99 75 0 0.48 0.61 0.25 12.31 0.48 0.52
Hex C0 63 4B 0 30 3D 19 C 30 34
Octal 300 143 113 0 60 75 31 14 60 64
Binary 11000000 1100011 1001011 0 110000 111101 11001 1100 110000 110100

Color Harmonies of #C0634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0634B

Black with #C0634B

Text Example


Text Example

White with #C0634B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0634B; }

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

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

background-color css

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

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

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

border-color css

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

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

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