Html Css Color HEX #CCBE1C Bird Flower

📋 copy color: '#CCBE1C'

red 204 ◦ green 190 ◦ blue 28

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

Shades of Bird Flower #CCBE1C

Tints of Bird Flower #CCBE1C

RGB

 RED value IS 204 (80.08% from 255) = 48.34%

 GREEN value IS 190 (74.61% from 255) = 45.02%

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

R = 48.34%
G = 45.02%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCBE1C (or 0xCCBE1C) is known color: Bird Flower. HEX triplet: CC, BE and 1C. RGB value is (204,190,28). Sum of RGB (Red+Green+Blue) = 204+190+28=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE1C is #3341E3. Grayscale: #B0B0B0. Windows color (decimal): -3359204 or 1883852. OLE color: 1883852.

HSL color Cylindrical-coordinate representation of color #CCBE1C: hue angle of 55.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCBE1C is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 28 -
CMYK 0 0.07 0.86 0.2
HSL 55.23º 0.76% 0.45% -
HSV(B) 55.23º 0.86% 0.8% -
XYZ 43.52 49.75 8.41 -
YUV 175.72 44.64 148.17 -
System Red Green Blue C M Y K H S L
Decimal 204 190 28 0 0.07 0.86 0.2 55.23 0.76 0.45
Hex CC BE 1C 0 7 56 14 37 4C 2D
Octal 314 276 34 0 7 126 24 67 114 55
Binary 11001100 10111110 11100 0 111 1010110 10100 110111 1001100 101101

Color Harmonies of #CCBE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE1C

Black with #CCBE1C

Text Example


Text Example

White with #CCBE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE1C; }

 p { color: rgb(204,190,28); }

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

background-color css

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

 a { background-color: rgb(204,190,28); }

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

border-color css

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

 span { border-color: rgb(204,190,28); }

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